You are here

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

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

Modules to enable.

Type: array

File

core/modules/menu_link_content/src/Tests/LinksTest.php, line 25
Contains \Drupal\menu_link_content\Tests\LinksTest.

Class

LinksTest
Tests handling of menu links hierarchies.

Namespace

Drupal\menu_link_content\Tests

Code

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