You are here

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

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

Modules to enable.

Type: array

Overrides EntityBrowserWebDriverTestBase::$modules

File

tests/src/FunctionalJavascript/InlineEntityFormTest.php, line 22

Class

InlineEntityFormTest
Test for integration of entity browser and inline entity form.

Namespace

Drupal\Tests\entity_browser\FunctionalJavascript

Code

public static $modules = [
  'views',
  'block',
  'node',
  'file',
  'image',
  'field_ui',
  'views_ui',
  'system',
  'node',
  'inline_entity_form',
  'entity_browser_test',
  'entity_browser_ief_test',
];