You are here

public static property EntityEmbedDialogTest::$modules in Entity Embed 8

Same name in this branch
  1. 8 tests/src/Functional/EntityEmbedDialogTest.php \Drupal\Tests\entity_embed\Functional\EntityEmbedDialogTest::modules
  2. 8 tests/src/FunctionalJavascript/EntityEmbedDialogTest.php \Drupal\Tests\entity_embed\FunctionalJavascript\EntityEmbedDialogTest::modules

Modules to enable.

Type: array

Overrides EntityEmbedTestBase::$modules

File

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

Class

EntityEmbedDialogTest
Tests the entity_embed dialog controller and route.

Namespace

Drupal\Tests\entity_embed\FunctionalJavascript

Code

public static $modules = [
  'image',
];