You are here

public static property InlineEntityIntegrationTest::$modules in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 modules/entity_form/src/Tests/InlineEntityIntegrationTest.php \Drupal\entity_browser_entity_form\Tests\InlineEntityIntegrationTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/entity_form/src/Tests/InlineEntityIntegrationTest.php, line 19

Class

InlineEntityIntegrationTest
Tests integration with Inline entity form.

Namespace

Drupal\entity_browser_entity_form\Tests

Code

public static $modules = [
  'entity_browser_entity_form',
  'entity_browser_test',
  'node',
  'field_ui',
  'entity_browser_entity_form_test',
];