You are here

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

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

Modules to enable.

Type: array

File

core/modules/menu_ui/src/Tests/MenuUninstallTest.php, line 25
Contains \Drupal\menu_ui\Tests\MenuUninstallTest.

Class

MenuUninstallTest
Tests that uninstalling menu does not remove custom menus.

Namespace

Drupal\menu_ui\Tests

Code

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