You are here

public static property ImageItemTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

core/modules/image/src/Tests/ImageItemTest.php, line 27
Contains \Drupal\image\Tests\ImageItemTest.

Class

ImageItemTest
Tests using entity fields of the image field type.

Namespace

Drupal\image\Tests

Code

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