You are here

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

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

Modules to enable.

Type: array

File

core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php, line 61
Contains \Drupal\toolbar\Tests\ToolbarAdminMenuTest.

Class

ToolbarAdminMenuTest
Tests the caching of the admin menu subtree items.

Namespace

Drupal\toolbar\Tests

Code

public static $modules = array(
  'node',
  'block',
  'menu_ui',
  'user',
  'taxonomy',
  'toolbar',
  'language',
  'test_page_test',
  'locale',
);