protected static property ToolbarHookToolbarTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php \Drupal\Tests\toolbar\Functional\ToolbarHookToolbarTest::modules
- 10 core/modules/toolbar/tests/src/Functional/ToolbarHookToolbarTest.php \Drupal\Tests\toolbar\Functional\ToolbarHookToolbarTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarHookToolbarTest.php, line 26
Class
- ToolbarHookToolbarTest
- Tests the implementation of hook_toolbar() by a module.
Namespace
Drupal\Tests\toolbar\FunctionalCode
protected static $modules = [
'toolbar',
'toolbar_test',
'test_page_test',
];