You are here

public static property UrlIntegrationTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Routing/UrlIntegrationTest.php, line 27
Contains \Drupal\system\Tests\Routing\UrlIntegrationTest.

Class

UrlIntegrationTest
Tests the URL object integration into the access system.

Namespace

Drupal\system\Tests\Routing

Code

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