You are here

public static property MenuTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides MenuWebTestBase::$modules

File

core/modules/menu_ui/src/Tests/MenuTest.php, line 32
Contains \Drupal\menu_ui\Tests\MenuTest.

Class

MenuTest
Add a custom menu, add menu links to the custom menu and Tools menu, check their data, and delete them using the UI.

Namespace

Drupal\menu_ui\Tests

Code

public static $modules = array(
  'node',
  'block',
  'contextual',
  'help',
  'path',
  'test_page_test',
);