You are here

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

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

Modules to enable.

Type: string[]

File

core/modules/system/src/Tests/Menu/LocalActionTest.php, line 26
Contains \Drupal\system\Tests\Menu\LocalActionTest.

Class

LocalActionTest
Tests local actions derived from router and added/altered via hooks.

Namespace

Drupal\system\Tests\Menu

Code

public static $modules = [
  'block',
  'menu_test',
];