You are here

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

Modules to enable.

Type: array

Overrides EntityEmbedDialogTest::$modules

File

tests/src/Functional/EntityEmbedEntityBrowserTest.php, line 22

Class

EntityEmbedEntityBrowserTest
Tests the entity_embed entity_browser integration.

Namespace

Drupal\Tests\entity_embed\Functional

Code

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