|
DumperPrefixCollectionTest::testAddPrefixRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php |
|
|
RouteContentEnhancerTest::testFieldAlreadyThere |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
|
RedirectableUrlMatcher::handleRouteRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php |
Handles specific route requirements. |
|
MenuRouterTest::testThemeCallbackAdministrative |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test the theme callback when it is set to use an administrative theme. |
|
MockRouteProvider::getRouteCollectionForRequest |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
Implements \Symfony\Cmf\Component\Routing\RouteProviderInterface::getRouteCollectionForRequest(). |
|
RouteProviderTest::testOutlinePathMatchDefaults |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
|
ContentAwareGeneratorTest::testGenerateNoRoutes |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
@expectedException Symfony\Component\Routing\Exception\RouteNotFoundException |
|
RouterListenerTest::createGetResponseEventForUri |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
|
MenuRouterTest::testThemeCallbackMaintenanceMode |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test the theme callback when the site is in maintenance mode. |
|
MenuRouterTest::testThemeCallbackHookCustomTheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that the theme callback wins out over hook_custom_theme(). |
|
MenuRouterTest::testMenuLoadArgumentsInheritance |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests inheritance of 'load arguments'. |
|
RouterTest::testSetOptionsWithUnsupportedOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage The Router does not support the following options: "option_foo", "option_bar" |
|
VersatileGeneratorInterface::getRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/VersatileGeneratorInterface.php |
Convert a route identifier (name, content object etc) into a string
usable for logging and other debug/error messages |
|
MenuRouterTest::testThemeCallbackNoThemeRequested |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test the theme callback when no theme is requested. |
|
RouteCompilerTest::testRouteWithSameVariableTwice |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
@expectedException \LogicException |
|
RouteCollectionTest::testUniqueRouteWithGivenName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
ChainRouterTest::testMatchRequestMethodNotAllowed |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
If any of the routers throws a not allowed exception and no other matches, we need to see this |
|
DynamicRouterTest::testMatchRequestWithUrlMatcher |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
DynamicRouterTest::testMatchUrlWithRequestMatcher |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
@expectedException \InvalidArgumentException |
|
ProviderBasedGeneratorTest::testGenerateFromRoute |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
|
UrlGeneratorTest::testGenerateWithSpecialRouteName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
|
RouterTest::provideMatcherOptionsPreventingCaching |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
|
AccessSubscriber::onRoutingRouteAlterSetAccessCheck |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/AccessSubscriber.php |
Apply access checks to routes. |
|
RouteCompilerTest::testRouteWithNumericVariableName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
@dataProvider getNumericVariableNames
@expectedException \DomainException |
|
RouteCollectionTest::testAddCollectionWithResources |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
RouterTest::testControllerPlaceholdersDefaultValues |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
|
ContentAwareGeneratorTest::testGenerateInvalidRoute |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
@expectedException Symfony\Component\Routing\Exception\RouteNotFoundException |
|
ContentAwareGeneratorTest::testGetRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
|
RouteProviderInterface::getRouteCollectionForRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php |
Finds routes that may potentially match the request. |
|
RouteProviderTest::testOutlinePathMatchTrailingSlash |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that a trailing slash on the request doesn't result in a 404. |
|
RouterTest::provideGeneratorOptionsPreventingCaching |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
|
DynamicRouterTest::testRouteDebugMessageNonversatile |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
ProviderBasedGeneratorTest::testGetRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
|
PhpGeneratorDumperTest::testGenerateNonExistingRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException |
|
PhpGeneratorDumperTest::testDumpForRouteWithDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
|
RouterListenerTest::testSubRequestWithDifferentMethod |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
|
ContentAwareGeneratorTest::testGenerateRouteMultilang |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
|
FragmentListenerTest::testOnlyTriggeredOnFragmentRoute |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php |
|
|
RouterTest::testMatcherIsCreatedIfCacheIsNotConfigured |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
@dataProvider provideMatcherOptionsPreventingCaching |
|
ContentAwareGeneratorTest::testGenerateEmptyRouteString |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
|
RouteProviderTest::testOutlinePathMatchDefaultsCollision |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
|
RouterTest::testGeneratorIsCreatedIfCacheIsNotConfigured |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
@dataProvider provideGeneratorOptionsPreventingCaching |
|
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
|
ContentAwareGeneratorTest::testGenerateRoutenameMultilang |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
|
UrlGeneratorTest::testGenerateForRouteWithInvalidParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
|
RouterTest::testControllerPlaceholdersDefaultValuesProvided |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
|
ContentAwareGeneratorTest::testGenerateNoncmfRouteMultilang |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
|
RouteCollectionTest::testAddDefaultsAndRequirementsAndOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
UrlGeneratorTest::testGenerateForRouteWithoutMandatoryParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\MissingMandatoryParametersException |
|
ContentAwareGeneratorTest::testGenerateRoutenameMultilangNotFound |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException |