You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Menu/MenuRouterTest.php \Drupal\system\Tests\Menu\MenuRouterTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Menu/MenuRouterTest.php, line 25
Contains \Drupal\system\Tests\Menu\MenuRouterTest.

Class

MenuRouterTest
Tests menu router and default menu link functionality.

Namespace

Drupal\system\Tests\Menu

Code

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