You are here

protected static property MenuLinkReorderTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php \Drupal\Tests\menu_ui\Functional\MenuLinkReorderTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php, line 26

Class

MenuLinkReorderTest
Reorder menu items.

Namespace

Drupal\Tests\menu_ui\Functional

Code

protected static $modules = [
  'menu_ui',
  'test_page_test',
  'node',
  'block',
];