You are here

protected static property ElementWebTest::$modules in Inline Entity Form 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/ElementWebTest.php, line 17

Class

ElementWebTest
Tests the IEF element on a custom form.

Namespace

Drupal\Tests\inline_entity_form\FunctionalJavascript

Code

protected static $modules = [
  'inline_entity_form_test',
];