You are here

protected static property ScheduledTransitionModalFormJavascriptTest::$modules in Scheduled Transitions 2.x

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/ScheduledTransitionModalFormJavascriptTest.php, line 28

Class

ScheduledTransitionModalFormJavascriptTest
Tests the route to add a new transition to an entity (modal form).

Namespace

Drupal\Tests\scheduled_transitions\FunctionalJavascript

Code

protected static $modules = [
  'entity_test_revlog',
  'scheduled_transitions_target_revisions_test',
  'scheduled_transitions_test',
  'scheduled_transitions',
  'content_moderation',
  'workflows',
  'dynamic_entity_reference',
  'user',
  'system',
];