You are here

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

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

Modules to enable.

Type: array

Overrides ImageFormatterTest::$modules

File

tests/src/Kernel/ImageFormatterTest.php, line 17

Class

ImageFormatterTest
Tests the image field rendering using entity fields of the image field type.

Namespace

Drupal\Tests\imageapi_optimize\Kernel

Code

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