protected static property ScheduledTransitionViewsListTest::$modules in Scheduled Transitions 8
Same name and namespace in other branches
- 2.x tests/src/Functional/ScheduledTransitionViewsListTest.php \Drupal\Tests\scheduled_transitions\Functional\ScheduledTransitionViewsListTest::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/ ScheduledTransitionViewsListTest.php, line 29
Class
- ScheduledTransitionViewsListTest
- Tests the views global list.
Namespace
Drupal\Tests\scheduled_transitions\FunctionalCode
protected static $modules = [
'entity_test',
'scheduled_transitions',
'content_moderation',
'workflows',
'dynamic_entity_reference',
'user',
'system',
'filter',
// Enabling views installs the view.
'views',
];