You are here

protected static property DateRecurInterpreterTest::$modules in Recurring Dates Field 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Functional/DateRecurInterpreterTest.php \Drupal\Tests\date_recur\Functional\DateRecurInterpreterTest::modules
  2. 3.0.x tests/src/Functional/DateRecurInterpreterTest.php \Drupal\Tests\date_recur\Functional\DateRecurInterpreterTest::modules
  3. 3.1.x tests/src/Functional/DateRecurInterpreterTest.php \Drupal\Tests\date_recur\Functional\DateRecurInterpreterTest::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/Functional/DateRecurInterpreterTest.php, line 18

Class

DateRecurInterpreterTest
Tests interfaces for interpreters.

Namespace

Drupal\Tests\date_recur\Functional

Code

protected static $modules = [
  'date_recur_interpreter_test',
  'date_recur',
];