| RouteProviderTest::testGetRoutesByPatternWithLongPatterns |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Ensures that the routing system is capable of extreme long patterns. |
| RouteProviderTest::testHtmlRoutes |
function |
core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php |
Tests html routes. |
| RouteProviderTest::testMixedCasePaths |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we find routes using a case-insensitive path match. |
| RouteProviderTest::testOutlinePathMatch |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaults |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision2 |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision3 |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find multiple routes that match the request equally. |
| RouteProviderTest::testOutlinePathMatchTrailingSlash |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that a trailing slash on the request does not result in a 404. |
| RouteProviderTest::testOutlinePathMatchZero |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests a route with a 0 as value. |
| RouteProviderTest::testOutlinePathNoMatch |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that an exception is thrown when no matching path is found. |
| RouteProviderTest::testRouteAliases |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests route aliases. |
| RouteProviderTest::testRouteByName |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests RouteProvider::getRouteByName() & RouteProvider::getRoutesByNames(). |
| RouteProviderTest::testRouteCaching |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests that route caching works. |
| RouterInstallerTestHooks |
class |
core/modules/system/tests/modules/router_installer_test/src/Hook/RouterInstallerTestHooks.php |
Hook implementations for router_installer_test. |
| RouterInstallerTestHooks.php |
file |
core/modules/system/tests/modules/router_installer_test/src/Hook/RouterInstallerTestHooks.php |
|
| RouterInstallerTestHooks::modulesInstalled |
function |
core/modules/system/tests/modules/router_installer_test/src/Hook/RouterInstallerTestHooks.php |
Implements hook_modules_installed(). |
| RouterPermissionTest |
class |
core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php |
Function Tests for the routing permission system. |
| RouterPermissionTest |
class |
core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php |
Function Tests for the routing permission system. |
| RouterPermissionTest.php |
file |
core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php |
|
| RouterPermissionTest.php |
file |
core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php |
|
| RouterPermissionTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php |
The theme to install as the default for testing. |
| RouterPermissionTest::$modules |
property |
core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php |
Modules to install. |
| RouterPermissionTest::$modules |
property |
core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php |
Modules to install. |
| RouterPermissionTest::setUp |
function |
core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php |
|
| RouterPermissionTest::testPermissionAccess |
function |
core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php |
Tests permission requirements on routes. |
| RouterPermissionTest::testPermissionAccess |
function |
core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php |
Tests permission requirements on routes. |
| RouterTest |
class |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Functional class for the full integrated routing system. |
| RouterTest |
class |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
Tests the router. |
| RouterTest |
class |
core/tests/Drupal/Tests/Core/Routing/RouterTest.php |
Tests Drupal\Core\Routing\Router. |
| RouterTest.php |
file |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
|
| RouterTest.php |
file |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
|
| RouterTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/RouterTest.php |
|
| RouterTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
The theme to install as the default for testing. |
| RouterTest::$modules |
property |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Modules to install. |
| RouterTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
Modules to install. |
| RouterTest::$router |
property |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
The router. |
| RouterTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
|
| RouterTest::tearDown |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
|
| RouterTest::testAttributeDiscovery |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Tests routes defined using PHP attributes. |
| RouterTest::testControllerPlaceholders |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that placeholders in paths work correctly. |
| RouterTest::testControllerPlaceholdersDefaultValues |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
| RouterTest::testControllerPlaceholdersDefaultValuesProvided |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
| RouterTest::testControllerResolutionAjax |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Checks that an ajax request gets rendered as an Ajax response, by mime. |
| RouterTest::testControllerResolutionPage |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Checks that a request with text/html response gets rendered as a page. |
| RouterTest::testDuplicateRoutePaths |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that multiple routes with the same path do not cause an error. |
| RouterTest::testDynamicRoutes |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Checks that dynamically defined and altered routes work correctly. |
| RouterTest::testFinishResponseSubscriber |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that our FinishResponseSubscriber logic works properly. |
| RouterTest::testMatchesWithDifferentFitOrder |
function |
core/tests/Drupal/Tests/Core/Routing/RouterTest.php |
Tests matches with different fit order. |
| RouterTest::testMatchRequest |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
Tests the router request matching. |