You are here

public static property RelationshipUserImageDataTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php, line 25

Class

RelationshipUserImageDataTest
Tests image on user relationship handler.

Namespace

Drupal\Tests\image\Kernel\Views

Code

public static $modules = [
  'file',
  'field',
  'image',
  'image_test_views',
  'system',
  'user',
];