You are here

public static property ImageFieldDisplayTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides ImageFieldTestBase::$modules

File

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

Class

ImageFieldDisplayTest
Tests the display of image fields.

Namespace

Drupal\Tests\image\Functional

Code

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