function ImageViewsDataTest::setUp
Same name in other branches
- 9 core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php \Drupal\Tests\image\Kernel\Views\ImageViewsDataTest::setUp()
- 8.9.x core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php \Drupal\Tests\image\Kernel\Views\ImageViewsDataTest::setUp()
- 11.x core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php \Drupal\Tests\image\Kernel\Views\ImageViewsDataTest::setUp()
Overrides ViewsKernelTestBase::setUp
File
-
core/
modules/ image/ tests/ src/ Kernel/ Views/ ImageViewsDataTest.php, line 34
Class
- ImageViewsDataTest
- Tests image views data.
Namespace
Drupal\Tests\image\Kernel\ViewsCode
protected function setUp($import_test_views = TRUE) : void {
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.