You are here

public static property InspectorJsTest::$modules in Acquia Lift Connector 8.4

Same name and namespace in other branches
  1. 8.3 modules/acquia_lift_inspector/tests/src/FunctionalJavascript/InspectorJsTest.php \Drupal\Tests\acquia_lift_inspector\FunctionalJavascript\InspectorJsTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/acquia_lift_inspector/tests/src/FunctionalJavascript/InspectorJsTest.php, line 28

Class

InspectorJsTest
Tests for the JS that transforms widgets into form elements.

Namespace

Drupal\Tests\acquia_lift_inspector\FunctionalJavascript

Code

public static $modules = [
  'acquia_lift',
  'acquia_lift_inspector',
];