You are here

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

Modules to enable.

Type: array

File

src/Tests/InstagramBundleTest.php, line 27

Class

InstagramBundleTest
Ensures that media bundle for instagram can be created.

Namespace

Drupal\media\Tests

Code

public static $modules = [
  'media',
  'media_entity',
  'media_entity_instagram',
  'link',
  'node',
  'editor',
];