You are here

public static property EntityEmbedTest::$modules in Acquia Content Hub 8

Modules to enable for this test.

Type: string[]

Overrides ContentHubTestBase::$modules

File

tests/src/Functional/EntityEmbedTest.php, line 29

Class

EntityEmbedTest
Test Acquia Content Hub entity_embed.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

public static $modules = [
  'node',
  'embed',
  'image',
  'filter',
  'entity_embed',
  'media_entity',
  'acquia_contenthub',
  'media_entity_image',
  'media_entity_image_ch',
];