You are here

public static property MenuLinkReorderTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

core/modules/menu_ui/src/Tests/MenuLinkReorderTest.php, line 31
Contains \Drupal\menu_ui\Tests\MenuLinkReorderTest.

Class

MenuLinkReorderTest
Reorder menu items.

Namespace

Drupal\menu_ui\Tests

Code

public static $modules = array(
  'menu_ui',
  'test_page_test',
  'node',
  'block',
);