function FileViewsDataTest::setUp
Same name in other branches
- 9 core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php \Drupal\Tests\options\Kernel\Views\FileViewsDataTest::setUp()
- 10 core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php \Drupal\Tests\options\Kernel\Views\FileViewsDataTest::setUp()
- 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\ViewsCode
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.