function ImageViewsDataTest::setUp

Same name and namespace in other branches
  1. 9 core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php \Drupal\Tests\image\Kernel\Views\ImageViewsDataTest::setUp()
  2. 10 core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php \Drupal\Tests\image\Kernel\Views\ImageViewsDataTest::setUp()
  3. 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\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.