You are here

public static property ImageViewsDataTest::$modules in Zircon Profile 8

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

Modules to install.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/image/src/Tests/Views/ImageViewsDataTest.php, line 27
Contains \Drupal\image\Tests\Views\ImageViewsDataTest.

Class

ImageViewsDataTest
Tests image views data.

Namespace

Drupal\image\Tests\Views

Code

public static $modules = array(
  'image',
  'file',
  'views',
  'entity_test',
  'user',
  'field',
);