You are here

protected static property ShortcutLinksTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php \Drupal\Tests\shortcut\Functional\ShortcutLinksTest::modules
  2. 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\Functional

Code

protected static $modules = [
  'router_test',
  'views',
  'block',
];