You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Menu/MenuLinkDefaultIntegrationTest.php \Drupal\system\Tests\Menu\MenuLinkDefaultIntegrationTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Menu/MenuLinkDefaultIntegrationTest.php, line 25
Contains \Drupal\system\Tests\Menu\MenuLinkDefaultIntegrationTest.

Class

MenuLinkDefaultIntegrationTest
Tests integration of static menu links.

Namespace

Drupal\system\Tests\Menu

Code

public static $modules = array(
  'system',
  'menu_test',
);