You are here

protected static property ImageViewsDataTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php \Drupal\Tests\image\Kernel\Views\ImageViewsDataTest::modules

Modules to install.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php, line 22

Class

ImageViewsDataTest
Tests image views data.

Namespace

Drupal\Tests\image\Kernel\Views

Code

protected static $modules = [
  'image',
  'file',
  'views',
  'entity_test',
  'user',
  'field',
];