You are here

protected static property RelationshipUserImageDataTest::$modules in Drupal 9

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

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