namespace Drupal\system\Tests\Routing

Classsort descending Location Description
ChainMatcherTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php Basic tests for the ChainMatcher.
ControllerResolverTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php Tests that the Drupal-extended ControllerResolver is functioning properly.
FirstEntryFinalMatcherTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php Basic tests for the NestedMatcher class.
HttpMethodMatcherTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php Basic tests for the HttpMethodMatcher class.
MatcherDumperTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php Basic tests for the UrlMatcherDumper.
MimeTypeMatcherTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php Basic tests for the MimeTypeMatcher class.
MockController drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockController.php Dummy class, just for testing.
MockMatcher drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockMatcher.php A mock matcher that can be configured with any matching logic for testing.
MockPathMatcher drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockPathMatcher.php Provides a mock path matcher.
NestedMatcherTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/NestedMatcherTest.php Basic tests for the NestedMatcher class.
PathMatcherTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php Basic tests for the UrlMatcherDumper.
RouterPermissionTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php Basic tests for access permissions in routes.
RouterTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php Functional class for the full integrated routing system.
RouteTest drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php Basic tests for the Route.
RoutingFixtures drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php Utility methods to generate sample data, database configuration, etc.