MenuLinkReorderTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php \Drupal\Tests\menu_ui\Functional\MenuLinkReorderTest::modules
  2. 10 core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php \Drupal\Tests\menu_ui\Functional\MenuLinkReorderTest::modules
  3. 11.x 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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.