134 calls to Request::create()

BinaryFileResponseTest::testRequests in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
@dataProvider provideRanges
BinaryFileResponseTest::testXAccelMapping in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
@dataProvider getSampleXAccelMappings
BinaryFileResponseTest::testXSendfile in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
ChainRouter::doMatch in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php
Loops through all routers and tries to match the passed request or url.
ChainRouterTest::testMatchRequest in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php
The first usable match is used, no further routers are queried once a match is found
ChainRouterTest::testMatchRequestAndNotAllowed in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php
If there is a method not allowed but another router matches, that one is used
ChainRouterTest::testMatchRequestMethodNotAllowed in 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
ChainRouterTest::testMatchRequestNotFound in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException
ChainRouterTest::testMatchWithRequestMatchers in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php
Call match on ChainRouter that has RequestMatcher in the chain.
Client::filterRequest in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php
Converts the BrowserKit request to a HttpKernel request.
comment_permalink in drupal/core/modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.
ControllerResolverTest::testContainerAware in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php
Confirms that a container aware controller gets returned.
ControllerResolverTest::testCreateControllerCanReturnAnyCallable in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
ControllerResolverTest::testGetArguments in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
ControllerResolverTest::testGetController in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
DisplayPageTest::testPageResponses in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php
Checks the behavior of the page for access denied/not found behaviours.
DynamicRouter::match in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php
Tries to match a URL path with a set of routes.
DynamicRouterTest::setUp in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php
EntityReferenceAutocompleteTest::getAutocompleteResult in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php
Returns the result of an Entity reference autocomplete request.
Esi::handle in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Esi.php
Handles an ESI from the cache.
EsiFragmentRendererTest::testRender in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php
EsiFragmentRendererTest::testRenderFallbackToInlineStrategyIfEsiNotSupported in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php
EsiFragmentRendererTest::testRenderFallbackToInlineStrategyIfNoRequest in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php
EsiTest::testAddSurrogateEsiCapability in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testHandle in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testHandleWhenResponseIsNot200 in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
@expectedException RuntimeException
EsiTest::testHandleWhenResponseIsNot200AndAltIsPresent in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testHandleWhenResponseIsNot200AndErrorsAreIgnored in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testHasSurrogateEsiCapability in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcess in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcessDoesNothingIfContentTypeIsNotHtml in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcessEscapesPhpTags in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcessRemoveSurrogateControlHeader in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcessWhenNoSrcInAnEsi in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
@expectedException RuntimeException
ExceptionController::on403Html in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
Processes an AccessDenied exception into an HTTP 403 response.
ExceptionController::on404Html in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
FieldByClassEnhancerTest::setUp in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php
FieldMapEnhancerTest::setUp in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldMapEnhancerTest.php
FieldPresenceEnhancerTest::setUp in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldPresenceEnhancerTest.php
FloodTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/FloodTest.php
Sets up a Drupal site for running functional and integration tests.
FragmentHandlerTest::getHandler in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php
FragmentHandlerTest::testRender in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php
FragmentListenerTest::testAccessDeniedWithNonLocalIps in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php
@expectedException \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
FragmentListenerTest::testAccessDeniedWithNonSafeMethods in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php
@expectedException \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
FragmentListenerTest::testAccessDeniedWithWrongSignature in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php
@expectedException \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
FragmentListenerTest::testOnlyTriggeredOnFragmentRoute in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php
FragmentListenerTest::testWithSignature in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php
HIncludeFragmentRendererTest::testRenderExceptionWhenControllerAndNoSigner in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php
@expectedException \LogicException
HttpCacheTest::testTerminateDelegatesTerminationOnlyForTerminableInterface in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php
HttpCacheTestCase::request in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php
HttpKernel::render in drupal/core/lib/Drupal/Core/HttpKernel.php
Renders a Controller and returns the Response content.
HttpKernelTest::testTerminate in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php
IgnoreSlaveSubscriberTest::testSystemInitIgnoresSlaves in drupal/core/modules/system/lib/Drupal/system/Tests/System/IgnoreSlaveSubscriberTest.php
Tests \Drupal\Core\EventSubscriber\SlaveDatabaseIgnoreSubscriber::checkSlaveServer().
InlineFragmentRendererTest::testESIHeaderIsKeptInSubrequest in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
InlineFragmentRendererTest::testExceptionInSubRequestsDoesNotMangleOutputBuffers in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
InlineFragmentRendererTest::testRenderWithObjectsAsAttributes in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
KernelTest::testTerminateDelegatesTerminationOnlyForTerminableInterface in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php
KernelTest::testTerminateReturnsSilentlyIfKernelIsNotBooted in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php
LanguageUILanguageNegotiationTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUILanguageNegotiationTest::testLanguageDomain in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Tests url() when separate domains are used for multiple languages.
language_test_subrequest in drupal/core/modules/language/tests/language_test/language_test.module
Page callback. Uses a subrequest to retrieve the 'user' page.
LocaleListenerTest::testDefaultLocaleWithoutSession in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
LocaleListenerTest::testLocaleFromRequestAttribute in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
LocaleListenerTest::testLocaleSetForRoutingContext in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
LocaleListenerTest::testRequestLocaleIsNotOverridden in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
MachineNameControllerTest::testMachineNameController in drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php
Tests machine name controller's transliteration functionality.
MenuLinkStorageController::findRouteName in drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php
Returns the route_name matching a URL.
menu_item_route_access in drupal/core/includes/menu.inc
Checks access to a menu item by mocking a request for a path.
MimeTypeMatcherTest::testFilterRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php
Confirms that the MimeType matcher matches properly.
MimeTypeMatcherTest::testNoRouteFound in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php
Confirms that the MimeTypeMatcher matcher throws an exception for no-route.
NestedMatcherTest::testNestedMatcher in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherTest.php
NestedMatcherTest::testNestedMatcherPriority in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherTest.php
Test priorities and exception handling
NestedMatcherTest::testProviderNoMatch in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherTest.php
PathProcessorTest::testProcessInbound in drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
Tests resolving the inbound path to the system path.
RequestDataCollectorTest::provider in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
RequestMatcherTest::testAttributes in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testHost in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
@dataProvider testHostFixture
RequestMatcherTest::testMethod in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
@dataProvider testMethodFixtures
RequestMatcherTest::testPath in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testPathWithEncodedCharacters in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testPathWithLocaleIsNotSupported in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestTest::testCreate in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
@covers Symfony\Component\HttpFoundation\Request::create
RequestTest::testCreateCheckPrecedence in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
@covers Symfony\Component\HttpFoundation\Request::create
RequestTest::testGetBaseUrl in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
@dataProvider getBaseUrlData
RequestTest::testGetPassword in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
RequestTest::testGetPort in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
RequestTest::testGetUriForPath in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
@covers Symfony\Component\HttpFoundation\Request::getUriForPath
RequestTest::testGetUser in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
RequestTest::testTrustedProxies in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
ResponseListenerTest::testFilterDoesNothingIfCharsetIsOverridden in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
ResponseListenerTest::testFilterSetsNonDefaultCharsetIfNotOverridden in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
ResponseListenerTest::testFiltersSetsNonDefaultCharsetIfNotOverriddenOnNonTextContentType in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
ResponseTest::testPrepareRemovesContentForHeadRequests in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
ResponseTest::testPrepareSetContentType in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
ResponseTest::testPrepareSetsPragmaOnHttp10Only in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
RoleAccessCheckTest::testRoleAccess in drupal/core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php
Tests role requirements on routes.
RoutableFragmentRendererTest::testGenerateFragmentUri in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php
@dataProvider getGenerateFragmentUriData
RoutableFragmentRendererTest::testGenerateFragmentUriWithARequest in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php
RouteContentEnhancerTest::setUp in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php
RouteProviderTest::testExactPathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes with the exact incoming path.
RouteProviderTest::testOutlinePathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchTrailingSlash in 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.
RouteProviderTest::testOutlinePathMatchZero in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Tests a route with a 0 as value.
RouteProviderTest::testOutlinePathNoMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that an exception is thrown when no matching path is found.
RouteProviderTest::testSystemPathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that system_path attribute overrides request path.
RouterListenerTest::createGetResponseEventForUri in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
RouterListenerTest::testRequestMatcher in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
RouterListenerTest::testSubRequestWithDifferentMethod in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
SessionHttpsTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
Sets up a Drupal site for running functional and integration tests.
Store::purge in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
Purges data for the given URL.
StoreTest::setUp in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::storeSimpleEntry in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testCanonizesUrlsForCacheKeys in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testDoesNotFindAnEntryWithLookupWhenNoneExists in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testDoesNotReturnEntriesThatVaryWithLookup in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testLocking in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testOverwritesNonVaryingResponseWithStore in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testRemovesEntriesForKeyWithPurge in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testStoresMultipleResponsesForEachVaryCombination in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testSucceedsQuietlyWhenInvalidateCalledWithNoMatchingEntries in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StreamedResponseTest::testPrepareWith10Protocol in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
StreamedResponseTest::testPrepareWith11Protocol in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
StreamedResponseTest::testPrepareWithHeadRequest in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
TraceableEventDispatcherTest::testStopwatchCheckControllerOnRequestEvent in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php
TraceableEventDispatcherTest::testStopwatchSections in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php
TraceableEventDispatcherTest::testStopwatchStopControllerOnRequestEvent in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php
UpgradePathTestBase::prepareD8Session in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Prepares the appropriate session for the release of Drupal being upgraded.
UrlGeneratorTest::setUp in drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php
UrlMatcherTest::setUp in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php
WebTestBase::prepareRequestForGenerator in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Creates a mock request and sets it on the generator.
_drupal_valid_path_new_router in drupal/core/includes/path.inc
Temporary helper function to check a path in the new routing system.