You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Routing/RouterTest.php, line 29
Contains \Drupal\system\Tests\Routing\RouterTest.

Class

RouterTest
Functional class for the full integrated routing system.

Namespace

Drupal\system\Tests\Routing

Code

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