You are here

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

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

Modules to enable.

Type: array

File

core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php, line 23
Contains \Drupal\menu_link_content\Tests\MenuLinkContentFormTest.

Class

MenuLinkContentFormTest
Tests the menu link content UI.

Namespace

Drupal\menu_link_content\Tests

Code

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