You are here

protected static property EntityEmbedTestBase::$modules in Entity Embed 8

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

EntityEmbedTestBase
Base class for all entity_embed tests.

Namespace

Drupal\Tests\entity_embed\Functional

Code

protected static $modules = [
  'entity_embed',
  'entity_embed_test',
  'node',
  'ckeditor',
];