You are here

public static property ImageDimensionsTest::$modules in Image Optimize (or ImageAPI Optimize) 8.3

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

Modules to enable.

Type: array

Overrides ImageDimensionsTest::$modules

File

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

Class

ImageDimensionsTest
Tests that images have correct dimensions when styled.

Namespace

Drupal\Tests\imageapi_optimize\Functional

Code

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