You are here

public static property ImageFieldDisplayTest::$modules in Image Optimize (or ImageAPI Optimize) 4.x

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/ImageFieldDisplayTest.php \Drupal\Tests\imageapi_optimize\Functional\ImageFieldDisplayTest::modules
  2. 8.2 tests/src/Functional/ImageFieldDisplayTest.php \Drupal\Tests\imageapi_optimize\Functional\ImageFieldDisplayTest::modules

Modules to enable.

Type: array

Overrides ImageFieldDisplayTest::$modules

File

tests/src/Functional/ImageFieldDisplayTest.php, line 17

Class

ImageFieldDisplayTest
Tests the display of image fields.

Namespace

Drupal\Tests\imageapi_optimize\Functional

Code

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