public static property RouteProviderTest::$modules in Zircon Profile 8
Same name in this branch
- 8 core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php \Drupal\KernelTests\Core\Entity\RouteProviderTest::modules
- 8 core/modules/system/src/Tests/Routing/RouteProviderTest.php \Drupal\system\Tests\Routing\RouteProviderTest::modules
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Routing/RouteProviderTest.php \Drupal\system\Tests\Routing\RouteProviderTest::modules
Modules to enable.
Overrides KernelTestBase::$modules
File
- core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php, line 37 - Contains \Drupal\system\Tests\Routing\RouteProviderTest.
Class
- RouteProviderTest
- Confirm that the default route provider is working correctly.
Namespace
Drupal\system\Tests\RoutingCode
public static $modules = [
'url_alter_test',
'system',
];