You are here

protected static property TestBase::$modules in Double Field 4.x

Same name in this branch
  1. 4.x tests/src/Functional/TestBase.php \Drupal\Tests\double_field\Functional\TestBase::modules
  2. 4.x tests/src/FunctionalJavascript/TestBase.php \Drupal\Tests\double_field\FunctionalJavascript\TestBase::modules
Same name and namespace in other branches
  1. 8.3 tests/src/FunctionalJavascript/TestBase.php \Drupal\Tests\double_field\FunctionalJavascript\TestBase::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

tests/src/FunctionalJavascript/TestBase.php, line 21

Class

TestBase
Base class for Double Field JavaScript tests.

Namespace

Drupal\Tests\double_field\FunctionalJavascript

Code

protected static $modules = [
  'double_field',
  'node',
  'field_ui',
];