You are here

protected static property ImageFieldDisplayTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php \Drupal\Tests\image\Functional\ImageFieldDisplayTest::modules
  2. 9 core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php \Drupal\Tests\image\Functional\ImageFieldDisplayTest::modules

Modules to enable.

Type: array

File

core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php, line 32

Class

ImageFieldDisplayTest
Tests the display of image fields.

Namespace

Drupal\Tests\image\Functional

Code

protected static $modules = [
  'field_ui',
];