You are here

protected static property EntityEmbedTest::$modules in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 tests/src/FunctionalJavascript/EntityEmbedTest.php \Drupal\Tests\entity_browser\FunctionalJavascript\EntityEmbedTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/EntityEmbedTest.php, line 21

Class

EntityEmbedTest
Tests entity browser within entity embed.

Namespace

Drupal\Tests\entity_browser\FunctionalJavascript

Code

protected static $modules = [
  'entity_browser',
  'entity_browser_test',
  'embed',
  'entity_embed',
  'entity_browser_entity_embed_test',
];