public static property UrlIntegrationTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\RoutingCode
public static $modules = array(
'user',
'router_test',
'system',
);