protected static property ScheduledTransitionModalFormTest::$modules in Scheduled Transitions 2.x
Same name and namespace in other branches
- 8 tests/src/Functional/ScheduledTransitionModalFormTest.php \Drupal\Tests\scheduled_transitions\Functional\ScheduledTransitionModalFormTest::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/ ScheduledTransitionModalFormTest.php, line 29
Class
- ScheduledTransitionModalFormTest
- Tests the route to add a new transition to an entity (modal form).
Namespace
Drupal\Tests\scheduled_transitions\FunctionalCode
protected static $modules = [
'entity_test_revlog',
'scheduled_transitions_target_revisions_test',
'scheduled_transitions_test',
'scheduled_transitions',
'content_moderation',
'workflows',
'dynamic_entity_reference',
'user',
'system',
];