You are here

public static property StateTransitionFormTest::$modules in State Machine 8

Same name in this branch
  1. 8 tests/src/Functional/StateTransitionFormTest.php \Drupal\Tests\state_machine\Functional\StateTransitionFormTest::modules
  2. 8 tests/src/FunctionalJavascript/StateTransitionFormTest.php \Drupal\Tests\state_machine\FunctionalJavascript\StateTransitionFormTest::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/StateTransitionFormTest.php, line 19

Class

StateTransitionFormTest
Tests the state transition form.

Namespace

Drupal\Tests\state_machine\FunctionalJavascript

Code

public static $modules = [
  'entity_test',
  'state_machine_test',
];