You are here

public static property ImageDimensionsTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/image/src/Tests/ImageDimensionsTest.php \Drupal\image\Tests\ImageDimensionsTest::modules

Modules to enable.

Type: array

File

core/modules/image/src/Tests/ImageDimensionsTest.php, line 25
Contains \Drupal\image\Tests\ImageDimensionsTest.

Class

ImageDimensionsTest
Tests that images have correct dimensions when styled.

Namespace

Drupal\image\Tests

Code

public static $modules = array(
  'image',
  'image_module_test',
);