You are here

public static property ImagecacheProportionsFormatterTest::$modules in Imagecache Proportions 8

Modules to enable.

Type: array

Overrides ImageFieldTestBase::$modules

File

src/Tests/ImagecacheProportionsFormatterTest.php, line 25
Definition of Drupal\imagecache_proportions\Tests\ImagecacheProportionsFormatterTest.

Class

ImagecacheProportionsFormatterTest
Test class to check that formatters and display settings are working.

Namespace

Drupal\imagecache_proportions\Tests

Code

public static $modules = array(
  'field_ui',
  'imagecache_proportions',
);