protected static property ShortcutLinksTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php \Drupal\Tests\shortcut\Functional\ShortcutLinksTest::modules
- 10 core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php \Drupal\Tests\shortcut\Functional\ShortcutLinksTest::modules
Modules to enable.
Type: array
Overrides ShortcutTestBase::$modules
File
- core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php, line 29
Class
- ShortcutLinksTest
- Create, view, edit, delete, and change shortcut links.
Namespace
Drupal\Tests\shortcut\FunctionalCode
protected static $modules = [
'router_test',
'views',
'block',
];