You are here

namespace Drupal\system\Tests\Routing in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\system\Tests\Routing
Classsort descending Location Description
ContentNegotiationRoutingTest core/modules/system/src/Tests/Routing/ContentNegotiationRoutingTest.php Tests content negotiation routing variations.
DestinationTest core/modules/system/src/Tests/Routing/DestinationTest.php Tests for $_GET['destination'] and $_REQUEST['destination'] validation.
ExceptionHandlingTest core/modules/system/src/Tests/Routing/ExceptionHandlingTest.php Tests the exception handling for various cases.
MatcherDumperTest core/modules/system/src/Tests/Routing/MatcherDumperTest.php Confirm that the matcher dumper is functioning properly.
MockAliasManager core/modules/system/src/Tests/Routing/MockAliasManager.php An easily configurable mock alias manager.
MockMatcher core/modules/system/src/Tests/Routing/MockMatcher.php A mock matcher that can be configured with any matching logic for testing.
MockRouteProvider core/modules/system/src/Tests/Routing/MockRouteProvider.php Easily configurable mock route provider.
RouteProviderTest core/modules/system/src/Tests/Routing/RouteProviderTest.php Confirm that the default route provider is working correctly.
RouterPermissionTest core/modules/system/src/Tests/Routing/RouterPermissionTest.php Function Tests for the routing permission system.
RouterTest core/modules/system/src/Tests/Routing/RouterTest.php Functional class for the full integrated routing system.
TestRouteProvider core/modules/system/src/Tests/Routing/RouteProviderTest.php
UrlIntegrationTest core/modules/system/src/Tests/Routing/UrlIntegrationTest.php Tests the URL object integration into the access system.