You are here

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

Modules to enable.

Type: array

File

src/Tests/VideoBundleTest.php, line 27

Class

VideoBundleTest
Ensures that media bundle for videos can be created.

Namespace

Drupal\media\Tests

Code

public static $modules = [
  'media',
  'media_entity',
  'video_embed_field',
  'video_embed_media',
  'node',
  'editor',
];