You are here

namespace Drupal\Tests\Core\Routing in Drupal 9

Same name in other branches
  1. 8 Drupal\Tests\Core\Routing
Classsort descending Location Description
AcceptHeaderMatcherTest core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Confirm that the mime types partial matcher is functioning properly.
AccessAwareRouterTest core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php @coversDefaultClass \Drupal\Core\Routing\AccessAwareRouter @group Routing
CompiledRouteLegacyTest core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php @coversDefaultClass \Drupal\Core\Routing\CompiledRoute @group Routing @group legacy
ContentTypeHeaderMatcherTest core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Confirm that the content types partial matcher is functioning properly.
CurrentRouteMatchTest core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @coversDefaultClass \Drupal\Core\Routing\CurrentRouteMatch @group Routing
LazyRouteCollectionTest core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php @coversDefaultClass \Drupal\Core\Routing\LazyRouteCollection
MethodFilterTest core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php @coversDefaultClass \Drupal\Core\Routing\MethodFilter @group Routing
RedirectDestinationTest core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php @coversDefaultClass \Drupal\Core\Routing\RedirectDestination @group Routing
RequestFormatRouteFilterTest core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php @coversDefaultClass \Drupal\Core\Routing\RequestFormatRouteFilter @group Routing
RouteCompilerTest core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php @coversDefaultClass \Drupal\Core\Routing\RouteCompiler @group Routing
RouteMatchTest core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php @coversDefaultClass \Drupal\Core\Routing\RouteMatch @group Routing
RouteMatchTestBase core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php Base test class for testing classes implementing the route match interface.
RoutePreloaderTest core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php @coversDefaultClass \Drupal\Core\Routing\RoutePreloader @group Routing
RouterLegacyTest core/tests/Drupal/Tests/Core/Routing/RouterLegacyTest.php @coversDefaultClass \Drupal\Core\Routing\Router @group Routing @group legacy
RouterTest core/tests/Drupal/Tests/Core/Routing/RouterTest.php @coversDefaultClass \Drupal\Core\Routing\Router @group Routing
RoutingFixtures core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Utility methods to generate sample data, database configuration, etc.
TestRouterInterface core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php Provides a router interface that also can match requests.
TrustedRedirectResponseTest core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php @coversDefaultClass \Drupal\Core\Routing\TrustedRedirectResponse @group Routing
UrlGeneratorTest core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php Confirm that the UrlGenerator is functioning properly.