You are here

public static property SoundcloudEmbedFormatterTest::$modules in Media entity Soundcloud 8

Modules to enable.

Type: array

File

src/Tests/SoundcloudEmbedFormatterTest.php, line 22

Class

SoundcloudEmbedFormatterTest
Tests for Soundcloud embed formatter.

Namespace

Drupal\media_entity_soundcloud\Tests

Code

public static $modules = array(
  'media_entity_soundcloud',
  'media_entity',
  'node',
  'field_ui',
  'views_ui',
  'block',
  'link',
);