protected static property ModerationSidebarTest::$modules in Moderation Sidebar 8
Same name in this branch
- 8 tests/src/Functional/ModerationSidebarTest.php \Drupal\Tests\moderation_sidebar\Functional\ModerationSidebarTest::modules
- 8 tests/src/FunctionalJavascript/ModerationSidebarTest.php \Drupal\Tests\moderation_sidebar\FunctionalJavascript\ModerationSidebarTest::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/ ModerationSidebarTest.php, line 27
Class
- ModerationSidebarTest
- Tests basic behaviour of Moderation Sidebar using a test entity.
Namespace
Drupal\Tests\moderation_sidebar\FunctionalCode
protected static $modules = [
'moderation_sidebar',
'toolbar',
'content_moderation',
'workflows',
'entity_test',
];