You are here

public static property ImageViewsDataTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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

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