You are here

public static property ImageBundleTest::$modules in D7 Media 8

Modules to enable.

Type: array

File

src/Tests/ImageBundleTest.php, line 27

Class

ImageBundleTest
Ensures that media bundle for images can be created.

Namespace

Drupal\media\Tests

Code

public static $modules = [
  'media',
  'media_entity',
  'media_entity_image',
  'image',
  'node',
  'editor',
];