function FileViewsDataTest::setUp

Same name and namespace in other branches
  1. 9 core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php \Drupal\Tests\options\Kernel\Views\FileViewsDataTest::setUp()
  2. 10 core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php \Drupal\Tests\options\Kernel\Views\FileViewsDataTest::setUp()
  3. 11.x core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php \Drupal\Tests\options\Kernel\Views\FileViewsDataTest::setUp()

Overrides ViewsKernelTestBase::setUp

File

core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php, line 27

Class

FileViewsDataTest
Tests file views data.

Namespace

Drupal\Tests\options\Kernel\Views

Code

protected function setUp($import_test_views = TRUE) {
    parent::setUp($import_test_views);
    $this->installEntitySchema('entity_test');
    $this->installEntitySchema('entity_test_mul');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.