274 calls to Request::create() in Zircon Profile 8.0
- AcceptHeaderMatcherTest::testAcceptFiltering in core/
modules/ system/ tests/ modules/ accept_header_routing_test/ tests/ Unit/ AcceptHeaderMatcherTest.php - Tests that requests using Accept headers get filtered correctly.
- AcceptHeaderMatcherTest::testNoRouteFound in core/
modules/ system/ tests/ modules/ accept_header_routing_test/ tests/ Unit/ AcceptHeaderMatcherTest.php - Confirms that the AcceptHeaderMatcher throws an exception for no-route.
- AccessAwareRouter::match in core/
lib/ Drupal/ Core/ Routing/ AccessAwareRouter.php - AjaxResponseTest::testPrepareResponseForIeFormRequestsWithFileUpload in core/
tests/ Drupal/ Tests/ Core/ Ajax/ AjaxResponseTest.php - Tests the support for IE specific headers in file uploads.
- AllowToolbarPathTest::testAllowToolbarPath in core/
modules/ toolbar/ tests/ src/ Unit/ PageCache/ AllowToolbarPathTest.php - Asserts that caching is allowed if the request goes to toolbar subtree.
- BanMiddlewareTest::testBannedIp in core/
modules/ ban/ tests/ src/ Unit/ BanMiddlewareTest.php - Tests a banned IP.
- BanMiddlewareTest::testUnbannedIp in core/
modules/ ban/ tests/ src/ Unit/ BanMiddlewareTest.php - Tests an unbanned IP.
- BinaryFileResponseTest::testAcceptRangeNotOverriden in vendor/
symfony/ http-foundation/ Tests/ BinaryFileResponseTest.php - BinaryFileResponseTest::testAcceptRangeOnUnsafeMethods in vendor/
symfony/ http-foundation/ Tests/ BinaryFileResponseTest.php - BinaryFileResponseTest::testDeleteFileAfterSend in vendor/
symfony/ http-foundation/ Tests/ BinaryFileResponseTest.php - BinaryFileResponseTest::testFullFileRequests in vendor/
symfony/ http-foundation/ Tests/ BinaryFileResponseTest.php - @dataProvider provideFullFileRanges
- BinaryFileResponseTest::testInvalidRequests in vendor/
symfony/ http-foundation/ Tests/ BinaryFileResponseTest.php - @dataProvider provideInvalidRanges
- BinaryFileResponseTest::testRequests in vendor/
symfony/ http-foundation/ Tests/ BinaryFileResponseTest.php - @dataProvider provideRanges
- BinaryFileResponseTest::testXAccelMapping in vendor/
symfony/ http-foundation/ Tests/ BinaryFileResponseTest.php - @dataProvider getSampleXAccelMappings
- BinaryFileResponseTest::testXSendfile in vendor/
symfony/ http-foundation/ Tests/ BinaryFileResponseTest.php - BrowserTestBase::prepareRequestForGenerator in core/
modules/ simpletest/ src/ BrowserTestBase.php - Creates a mock request and sets it on the generator.
- BuilderTest::appendMiddlewareShouldAppendToBody in vendor/
stack/ builder/ tests/ unit/ Stack/ BuilderTest.php - @test
- BuilderTest::resolvedKernelShouldDelegateTerminateCalls in vendor/
stack/ builder/ tests/ unit/ Stack/ BuilderTest.php - @test
- BuilderTest::resolveShouldCallSpecFactories in vendor/
stack/ builder/ tests/ unit/ Stack/ BuilderTest.php - @test
- BuilderTest::resolveShouldPassPushArgumentsToMiddlewareConstructor in vendor/
stack/ builder/ tests/ unit/ Stack/ BuilderTest.php - @test
- BuilderTest::stackedMiddlewaresShouldWrapInReverseOrder in vendor/
stack/ builder/ tests/ unit/ Stack/ BuilderTest.php - @test
- BuilderTest::unshiftMiddlewareShouldPutMiddlewareBeforePushed in vendor/
stack/ builder/ tests/ unit/ Stack/ BuilderTest.php - @test
- BuilderTest::withoutMiddlewaresItShouldReturnOriginalResponse in vendor/
stack/ builder/ tests/ unit/ Stack/ BuilderTest.php - @test
- CandidatesTest::testGetCandidates in vendor/
symfony-cmf/ routing/ Tests/ Candidates/ CandidatesTest.php - CandidatesTest::testGetCandidatesLimit in vendor/
symfony-cmf/ routing/ Tests/ Candidates/ CandidatesTest.php - CandidatesTest::testGetCandidatesLocales in vendor/
symfony-cmf/ routing/ Tests/ Candidates/ CandidatesTest.php - ChainRouter::doMatch in vendor/
symfony-cmf/ routing/ ChainRouter.php - Loops through all routers and tries to match the passed request or url.
- ChainRouterTest::testMatchRequest in vendor/
symfony-cmf/ routing/ Tests/ Routing/ ChainRouterTest.php - The first usable match is used, no further routers are queried once a match is found
- ChainRouterTest::testMatchRequestAndNotAllowed in vendor/
symfony-cmf/ routing/ Tests/ Routing/ ChainRouterTest.php - If there is a method not allowed but another router matches, that one is used
- ChainRouterTest::testMatchRequestMethodNotAllowed in vendor/
symfony-cmf/ 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 vendor/
symfony-cmf/ routing/ Tests/ Routing/ ChainRouterTest.php - @expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException
- ChainRouterTest::testMatchWithRequestMatchersNotFound in vendor/
symfony-cmf/ routing/ Tests/ Routing/ ChainRouterTest.php - Call match on ChainRouter that has RequestMatcher in the chain.
- Client::filterRequest in vendor/
symfony/ http-kernel/ Client.php - Converts the BrowserKit request to a HttpKernel request.
- CommandLineOrUnsafeMethodTest::testHttpMethod in core/
tests/ Drupal/ Tests/ Core/ PageCache/ CommandLineOrUnsafeMethodTest.php - Asserts that check() returns DENY for unsafe HTTP methods.
- CommandLineOrUnsafeMethodTest::testIsCli in core/
tests/ Drupal/ Tests/ Core/ PageCache/ CommandLineOrUnsafeMethodTest.php - Asserts that check() returns DENY if running from the command line.
- CommentController::commentPermalink in core/
modules/ comment/ src/ Controller/ CommentController.php - Redirects comment links to the correct page depending on comment settings.
- CommentDefaultFormatterCacheTagsTest::setUp in core/
modules/ comment/ src/ Tests/ CommentDefaultFormatterCacheTagsTest.php - Performs setup tasks before each individual test method is run.
- CommentLockTest::testLocks in core/
modules/ comment/ tests/ src/ Unit/ Entity/ CommentLockTest.php - Test the lock behavior.
- ContentNegotiationRoutingTest::testContentRouting in core/
modules/ system/ src/ Tests/ Routing/ ContentNegotiationRoutingTest.php - Tests the content negotiation aspect of routing.
- ContentNegotiationRoutingTest::testFullNegotiation in core/
modules/ system/ src/ Tests/ Routing/ ContentNegotiationRoutingTest.php - Full negotiation by header only.
- ContentTypeHeaderMatcherTest::testGetRequestFilter in core/
tests/ Drupal/ Tests/ Core/ Routing/ ContentTypeHeaderMatcherTest.php - Tests that routes are not filtered on GET requests.
- ContentTypeHeaderMatcherTest::testJsonRequest in core/
tests/ Drupal/ Tests/ Core/ Routing/ ContentTypeHeaderMatcherTest.php - Tests that XML-restricted routes get filtered out on JSON requests.
- ContentTypeHeaderMatcherTest::testNoRouteFound in core/
tests/ Drupal/ Tests/ Core/ Routing/ ContentTypeHeaderMatcherTest.php - Confirms that the matcher throws an exception for no-route.
- ContentTypeHeaderMatcherTest::testPostForm in core/
tests/ Drupal/ Tests/ Core/ Routing/ ContentTypeHeaderMatcherTest.php - Tests route filtering on POST form submission requests.
- ControllerResolverTest::testCreateControllerCanReturnAnyCallable in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetArguments in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetArgumentsWithRouteMatchAndPsr7Request in core/
tests/ Drupal/ Tests/ Core/ Controller/ ControllerResolverTest.php - Tests getArguments with a route match and a PSR-7 request.
- ControllerResolverTest::testGetArgumentsWithRouteMatchAndRequest in core/
tests/ Drupal/ Tests/ Core/ Controller/ ControllerResolverTest.php - Tests getArguments with a route match and a request.
- ControllerResolverTest::testGetControllerOnNonUndefinedFunction in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - @dataProvider getUndefinedControllers @expectedException \InvalidArgumentException
- ControllerResolverTest::testGetControllerOnObjectWithoutInvokeMethod in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - @expectedException \InvalidArgumentException
- ControllerResolverTest::testGetControllerWithClassAndInvokeMethod in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetControllerWithClassAndMethod in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetControllerWithFunction in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetControllerWithLambda in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetControllerWithObjectAndInvokeMethod in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetControllerWithObjectAndMethod in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetControllerWithObjectAndMethodAsString in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - ControllerResolverTest::testGetControllerWithoutControllerParameter in vendor/
symfony/ http-kernel/ Tests/ Controller/ ControllerResolverTest.php - CsrfAccessCheckTest::testAccessTokenFail in core/
tests/ Drupal/ Tests/ Core/ Access/ CsrfAccessCheckTest.php - Tests the access() method with an invalid token.
- CsrfAccessCheckTest::testAccessTokenPass in core/
tests/ Drupal/ Tests/ Core/ Access/ CsrfAccessCheckTest.php - Tests the access() method with a valid token.
- CustomPageExceptionHtmlSubscriberTest::testHandleWithGetRequest in core/
tests/ Drupal/ Tests/ Core/ EventSubscriber/ CustomPageExceptionHtmlSubscriberTest.php - Tests onHandleException with a GET request.
- CustomPageExceptionHtmlSubscriberTest::testHandleWithPostRequest in core/
tests/ Drupal/ Tests/ Core/ EventSubscriber/ CustomPageExceptionHtmlSubscriberTest.php - Tests onHandleException with a POST request.
- DefaultExceptionHtmlSubscriber::makeSubrequest in core/
lib/ Drupal/ Core/ EventSubscriber/ DefaultExceptionHtmlSubscriber.php - Makes a subrequest to retrieve the default error page.
- DisplayPageTest::testPageResponses in core/
modules/ views/ src/ Tests/ Plugin/ DisplayPageTest.php - Checks the behavior of the page for access denied/not found behaviors.
- DynamicRouter::match in vendor/
symfony-cmf/ routing/ DynamicRouter.php - Tries to match a URL path with a set of routes.
- DynamicRouterTest::setUp in vendor/
symfony-cmf/ routing/ Tests/ Routing/ DynamicRouterTest.php - EntityAutocompleteTest::getAutocompleteResult in core/
modules/ system/ src/ Tests/ Entity/ EntityAutocompleteTest.php - Returns the result of an Entity reference autocomplete request.
- EntityAutocompleteTest::testSelectionSettingsHandling in core/
modules/ system/ src/ Tests/ Entity/ EntityAutocompleteTest.php - Tests that missing or invalid selection setting key are handled correctly.
- EntityUrlLanguageTest::setCurrentRequestForRoute in core/
modules/ language/ src/ Tests/ EntityUrlLanguageTest.php - Sets the current request to a specific path with the corresponding route.
- Esi::handle in vendor/
symfony/ http-kernel/ HttpCache/ Esi.php - Handles an ESI from the cache.
- EsiFragmentRendererTest::testRender in vendor/
symfony/ http-kernel/ Tests/ Fragment/ EsiFragmentRendererTest.php - EsiFragmentRendererTest::testRenderAltControllerReferenceWithoutSignerThrowsException in vendor/
symfony/ http-kernel/ Tests/ Fragment/ EsiFragmentRendererTest.php - @expectedException \LogicException
- EsiFragmentRendererTest::testRenderControllerReference in vendor/
symfony/ http-kernel/ Tests/ Fragment/ EsiFragmentRendererTest.php - EsiFragmentRendererTest::testRenderControllerReferenceWithoutSignerThrowsException in vendor/
symfony/ http-kernel/ Tests/ Fragment/ EsiFragmentRendererTest.php - @expectedException \LogicException
- EsiFragmentRendererTest::testRenderFallbackToInlineStrategyIfEsiNotSupported in vendor/
symfony/ http-kernel/ Tests/ Fragment/ EsiFragmentRendererTest.php - EsiFragmentRendererTest::testRenderFallbackToInlineStrategyIfNoRequest in vendor/
symfony/ http-kernel/ Tests/ Fragment/ EsiFragmentRendererTest.php - EsiTest::testAddSurrogateEsiCapability in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testCommentTagsAreRemoved in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testHandle in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testHandleWhenResponseIsNot200 in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - @expectedException \RuntimeException
- EsiTest::testHandleWhenResponseIsNot200AndAltIsPresent in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testHandleWhenResponseIsNot200AndErrorsAreIgnored in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testHasSurrogateEsiCapability in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testMultilineEsiRemoveTagsAreRemoved in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testProcess in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testProcessDoesNothingIfContentTypeIsNotHtml in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testProcessEscapesPhpTags in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testProcessRemoveSurrogateControlHeader in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - EsiTest::testProcessWhenNoSrcInAnEsi in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ EsiTest.php - @expectedException \RuntimeException
- ExceptionHandlingTest::testBacktraceEscaping in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests if exception backtraces are properly escaped when output to HTML.
- ExceptionHandlingTest::testExceptionEscaping in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests exception message escaping.
- ExceptionHandlingTest::testHtml403 in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests the exception handling for HTML and 403 status code.
- ExceptionHandlingTest::testHtml404 in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests the exception handling for HTML and 404 status code.
- ExceptionHandlingTest::testJson403 in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests the exception handling for json and 403 status code.
- ExceptionHandlingTest::testJson404 in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests the exception handling for json and 404 status code.
- ExceptionListenerTest::testSubRequestFormat in vendor/
symfony/ http-kernel/ Tests/ EventListener/ ExceptionListenerTest.php - ExpressionRequestMatcherTest::testMatchesWhenParentMatchesIsFalse in vendor/
symfony/ http-foundation/ Tests/ ExpressionRequestMatcherTest.php - @dataProvider provideExpressions
- ExpressionRequestMatcherTest::testMatchesWhenParentMatchesIsTrue in vendor/
symfony/ http-foundation/ Tests/ ExpressionRequestMatcherTest.php - @dataProvider provideExpressions
- ExternalFormUrlTest::testActionUrlBehavior in core/
modules/ system/ src/ Tests/ Form/ ExternalFormUrlTest.php - Tests form behaviour.
- FieldByClassEnhancerTest::setUp in vendor/
symfony-cmf/ routing/ Tests/ Enhancer/ FieldByClassEnhancerTest.php - FieldMapEnhancerTest::setUp in vendor/
symfony-cmf/ routing/ Tests/ Enhancer/ FieldMapEnhancerTest.php - FieldPresenceEnhancerTest::setUp in vendor/
symfony-cmf/ routing/ Tests/ Enhancer/ FieldPresenceEnhancerTest.php - FormSubmitterTest::getFormSubmitter in core/
tests/ Drupal/ Tests/ Core/ Form/ FormSubmitterTest.php - FragmentHandlerTest::setUp in vendor/
symfony/ http-kernel/ Tests/ Fragment/ FragmentHandlerTest.php - FragmentHandlerTest::testRender in vendor/
symfony/ http-kernel/ Tests/ Fragment/ FragmentHandlerTest.php - FragmentListenerTest::testAccessDeniedWithNonSafeMethods in vendor/
symfony/ http-kernel/ Tests/ EventListener/ FragmentListenerTest.php - @expectedException \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
- FragmentListenerTest::testAccessDeniedWithWrongSignature in vendor/
symfony/ http-kernel/ Tests/ EventListener/ FragmentListenerTest.php - @expectedException \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
- FragmentListenerTest::testOnlyTriggeredIfControllerWasNotDefinedYet in vendor/
symfony/ http-kernel/ Tests/ EventListener/ FragmentListenerTest.php - FragmentListenerTest::testOnlyTriggeredOnFragmentRoute in vendor/
symfony/ http-kernel/ Tests/ EventListener/ FragmentListenerTest.php - FragmentListenerTest::testWithSignature in vendor/
symfony/ http-kernel/ Tests/ EventListener/ FragmentListenerTest.php - HIncludeFragmentRendererTest::testRenderExceptionWhenControllerAndNoSigner in vendor/
symfony/ http-kernel/ Tests/ Fragment/ HIncludeFragmentRendererTest.php - @expectedException \LogicException
- HttpCache::invalidate in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Invalidates non-safe methods (like POST, PUT, and DELETE).
- HttpCacheTest::testTerminateDelegatesTerminationOnlyForTerminableInterface in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ HttpCacheTest.php - HttpCacheTestCase::request in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ HttpCacheTestCase.php - HttpKernelTest::testTerminate in vendor/
symfony/ http-kernel/ Tests/ HttpKernelTest.php - IgnoreReplicaSubscriberTest::testSystemInitIgnoresSecondaries in core/
modules/ system/ src/ Tests/ System/ IgnoreReplicaSubscriberTest.php - Tests \Drupal\Core\EventSubscriber\ReplicaDatabaseIgnoreSubscriber::checkReplicaServer().
- InlineFragmentRenderer::createSubRequest in vendor/
symfony/ http-kernel/ Fragment/ InlineFragmentRenderer.php - InlineFragmentRendererTest::testESIHeaderIsKeptInSubrequest in vendor/
symfony/ http-kernel/ Tests/ Fragment/ InlineFragmentRendererTest.php - InlineFragmentRendererTest::testExceptionInSubRequestsDoesNotMangleOutputBuffers in vendor/
symfony/ http-kernel/ Tests/ Fragment/ InlineFragmentRendererTest.php - InlineFragmentRendererTest::testRenderWithObjectsAsAttributes in vendor/
symfony/ http-kernel/ Tests/ Fragment/ InlineFragmentRendererTest.php - InlineFragmentRendererTest::testRenderWithObjectsAsAttributesPassedAsObjectsInTheController in vendor/
symfony/ http-kernel/ Tests/ Fragment/ InlineFragmentRendererTest.php - InlineFragmentRendererTest::testRenderWithTrustedHeaderDisabled in vendor/
symfony/ http-kernel/ Tests/ Fragment/ InlineFragmentRendererTest.php - InstallerTestBase::setUp in core/
modules/ simpletest/ src/ InstallerTestBase.php - Sets up a Drupal site for running functional and integration tests.
- KernelTest::testTerminateDelegatesTerminationOnlyForTerminableInterface in vendor/
symfony/ http-kernel/ Tests/ KernelTest.php - KernelTest::testTerminateReturnsSilentlyIfKernelIsNotBooted in vendor/
symfony/ http-kernel/ Tests/ KernelTest.php - KernelTestBase::bootKernel in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Bootstraps a kernel for a test.
- KernelTestBase::containerBuild in core/
modules/ simpletest/ src/ KernelTestBase.php - Sets up the base service container for this test.
- KernelTestBase::setUp in core/
modules/ simpletest/ src/ KernelTestBase.php - Performs setup tasks before each individual test method is run.
- LanguageNegotiationContentEntityTest::setCurrentRequestForRoute in core/
modules/ language/ src/ Tests/ LanguageNegotiationContentEntityTest.php - Sets the current request to a specific path with the corresponding route.
- LanguageNegotiationUrlTest::testDomain in core/
modules/ language/ tests/ src/ Unit/ LanguageNegotiationUrlTest.php - Test domain language negotiation and outbound path processing.
- LanguageNegotiationUrlTest::testPathPrefix in core/
modules/ language/ tests/ src/ Unit/ LanguageNegotiationUrlTest.php - Test path prefix language negotiation and outbound path processing.
- LanguageTestController::testSubRequest in core/
modules/ language/ tests/ language_test/ src/ Controller/ LanguageTestController.php - Uses a sub request to retrieve the 'user' page.
- LanguageUILanguageNegotiationTest::testLanguageDomain in core/
modules/ language/ src/ Tests/ LanguageUILanguageNegotiationTest.php - Tests URL handling when separate domains are used for multiple languages.
- LazyLoadingFragmentHandlerTest::test in vendor/
symfony/ http-kernel/ Tests/ DependencyInjection/ LazyLoadingFragmentHandlerTest.php - LocaleListenerTest::testDefaultLocaleWithoutSession in vendor/
symfony/ http-kernel/ Tests/ EventListener/ LocaleListenerTest.php - LocaleListenerTest::testLocaleFromRequestAttribute in vendor/
symfony/ http-kernel/ Tests/ EventListener/ LocaleListenerTest.php - LocaleListenerTest::testLocaleSetForRoutingContext in vendor/
symfony/ http-kernel/ Tests/ EventListener/ LocaleListenerTest.php - LocaleListenerTest::testRequestLocaleIsNotOverridden in vendor/
symfony/ http-kernel/ Tests/ EventListener/ LocaleListenerTest.php - LocaleListenerTest::testRouterResetWithParentRequestOnKernelFinishRequest in vendor/
symfony/ http-kernel/ Tests/ EventListener/ LocaleListenerTest.php - LocaleLookupTest::testResolveCacheMissNoTranslation in core/
modules/ locale/ tests/ src/ Unit/ LocaleLookupTest.php - Tests locale lookups without a found translation.
- MachineNameControllerTest::testMachineNameController in core/
modules/ system/ tests/ src/ Unit/ Transliteration/ MachineNameControllerTest.php - Tests machine name controller's transliteration functionality.
- MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/
modules/ menu_link_content/ src/ Tests/ MenuLinkContentCacheabilityBubblingTest.php - Tests bubbleable metadata of menu links' outbound route/path processing.
- NestedMatcherTest::testNestedMatcher in vendor/
symfony-cmf/ routing/ Tests/ NestedMatcher/ NestedMatcherTest.php - NestedMatcherTest::testNestedMatcherPriority in vendor/
symfony-cmf/ routing/ Tests/ NestedMatcher/ NestedMatcherTest.php - Test priorities and exception handling
- NestedMatcherTest::testProviderNoMatch in vendor/
symfony-cmf/ routing/ Tests/ NestedMatcher/ NestedMatcherTest.php - NoSessionOpenTest::testNoAllowUnlessSessionCookiePresent in core/
tests/ Drupal/ Tests/ Core/ PageCache/ NoSessionOpenTest.php - Asserts that caching is allowed unless there is a session cookie present.
- PathBasedBreadcrumbBuilder::getRequestForPath in core/
modules/ system/ src/ PathBasedBreadcrumbBuilder.php - Matches a path in the router.
- PathProcessorAliasTest::testProcessInbound in core/
tests/ Drupal/ Tests/ Core/ PathProcessor/ PathProcessorAliasTest.php - Tests the processInbound method.
- PathProcessorTest::testProcessInbound in core/
tests/ Drupal/ Tests/ Core/ PathProcessor/ PathProcessorTest.php - Tests resolving the inbound path to the system path.
- PathValidator::getUrl in core/
lib/ Drupal/ Core/ Path/ PathValidator.php - Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck().
- RedirectDestinationTest::providerGet in core/
tests/ Drupal/ Tests/ Core/ Routing/ RedirectDestinationTest.php - RedirectDestinationTest::testSetAfterGetCall in core/
tests/ Drupal/ Tests/ Core/ Routing/ RedirectDestinationTest.php - @covers ::set @covers ::get
- RedirectOnExceptionTest::testRedirectOn404 in core/
tests/ Drupal/ KernelTests/ RequestProcessing/ RedirectOnExceptionTest.php - RedirectResponseSubscriberTest::testRedirectWithOptInExternalUrl in core/
tests/ Drupal/ Tests/ Core/ EventSubscriber/ RedirectResponseSubscriberTest.php - @covers ::checkRedirectUrl
- RenderElementTest::testPreRenderAjaxForm in core/
tests/ Drupal/ Tests/ Core/ Render/ Element/ RenderElementTest.php - @covers ::preRenderAjaxForm
- RenderElementTest::testPreRenderAjaxFormWithQueryOptions in core/
tests/ Drupal/ Tests/ Core/ Render/ Element/ RenderElementTest.php - @covers ::preRenderAjaxForm
- RendererTestBase::setUpRequest in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTestBase.php - Sets up a request object on the request stack.
- RequestContextTest::testFromRequest in vendor/
symfony/ routing/ Tests/ RequestContextTest.php - RequestDataCollectorTest::createRequest in vendor/
symfony/ http-kernel/ Tests/ DataCollector/ RequestDataCollectorTest.php - RequestFormatRouteFilterTest::testNoRouteFound in core/
tests/ Drupal/ Tests/ Core/ Routing/ RequestFormatRouteFilterTest.php - @covers ::filter @expectedException \Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException @expectedExceptionMessage No route found for the specified format xml.
- RequestMatcherTest::testAttributes in vendor/
symfony/ http-foundation/ Tests/ RequestMatcherTest.php - RequestMatcherTest::testHost in vendor/
symfony/ http-foundation/ Tests/ RequestMatcherTest.php - @dataProvider testHostFixture
- RequestMatcherTest::testMethod in vendor/
symfony/ http-foundation/ Tests/ RequestMatcherTest.php - @dataProvider testMethodFixtures
- RequestMatcherTest::testPath in vendor/
symfony/ http-foundation/ Tests/ RequestMatcherTest.php - RequestMatcherTest::testPathWithEncodedCharacters in vendor/
symfony/ http-foundation/ Tests/ RequestMatcherTest.php - RequestMatcherTest::testPathWithLocaleIsNotSupported in vendor/
symfony/ http-foundation/ Tests/ RequestMatcherTest.php - RequestMatcherTest::testScheme in vendor/
symfony/ http-foundation/ Tests/ RequestMatcherTest.php - RequestPathTest::testConditions in core/
modules/ system/ src/ Tests/ Plugin/ Condition/ RequestPathTest.php - Tests the request path condition.
- RequestStackTest::testGetCurrentRequest in vendor/
symfony/ http-foundation/ Tests/ RequestStackTest.php - RequestStackTest::testGetMasterRequest in vendor/
symfony/ http-foundation/ Tests/ RequestStackTest.php - RequestStackTest::testGetParentRequest in vendor/
symfony/ http-foundation/ Tests/ RequestStackTest.php - RequestTest::testCreate in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @covers Symfony\Component\HttpFoundation\Request::create
- RequestTest::testCreateCheckPrecedence in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @covers Symfony\Component\HttpFoundation\Request::create
- RequestTest::testGetBaseUrl in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @dataProvider getBaseUrlData
- RequestTest::testGetPassword in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - RequestTest::testGetPort in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - RequestTest::testGetTrustedProxiesInvalidHeaderName in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @expectedException \InvalidArgumentException
- RequestTest::testGetUriForPath in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @covers Symfony\Component\HttpFoundation\Request::getUriForPath
- RequestTest::testGetUser in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - RequestTest::testHostValidity in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @dataProvider getHostValidities
- RequestTest::testIISRequestUri in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @dataProvider iisRequestUriProvider
- RequestTest::testSetTrustedProxiesInvalidHeaderName in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @expectedException \InvalidArgumentException
- RequestTest::testTrustedHosts in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - RequestTest::testTrustedProxies in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - RequestTest::testVeryLongHosts in vendor/
symfony/ http-foundation/ Tests/ RequestTest.php - @dataProvider getLongHostNames
- ResponseListenerTest::testFilterDoesNothingIfCharsetIsOverridden in vendor/
symfony/ http-kernel/ Tests/ EventListener/ ResponseListenerTest.php - ResponseListenerTest::testFilterSetsNonDefaultCharsetIfNotOverridden in vendor/
symfony/ http-kernel/ Tests/ EventListener/ ResponseListenerTest.php - ResponseListenerTest::testFiltersSetsNonDefaultCharsetIfNotOverriddenOnNonTextContentType in vendor/
symfony/ http-kernel/ Tests/ EventListener/ ResponseListenerTest.php - ResponseTest::testIsNotModifiedNotSafe in vendor/
symfony/ http-foundation/ Tests/ ResponseTest.php - ResponseTest::testPrepareRemovesContentForHeadRequests in vendor/
symfony/ http-foundation/ Tests/ ResponseTest.php - ResponseTest::testPrepareRemovesContentForInformationalResponse in vendor/
symfony/ http-foundation/ Tests/ ResponseTest.php - ResponseTest::testPrepareRemovesContentLength in vendor/
symfony/ http-foundation/ Tests/ ResponseTest.php - ResponseTest::testPrepareSetContentType in vendor/
symfony/ http-foundation/ Tests/ ResponseTest.php - ResponseTest::testPrepareSetsPragmaOnHttp10Only in vendor/
symfony/ http-foundation/ Tests/ ResponseTest.php - RoutableFragmentRendererTest::testGenerateAbsoluteFragmentUri in vendor/
symfony/ http-kernel/ Tests/ Fragment/ RoutableFragmentRendererTest.php - @dataProvider getGenerateFragmentUriData
- RoutableFragmentRendererTest::testGenerateFragmentUri in vendor/
symfony/ http-kernel/ Tests/ Fragment/ RoutableFragmentRendererTest.php - @dataProvider getGenerateFragmentUriData
- RoutableFragmentRendererTest::testGenerateFragmentUriWithARequest in vendor/
symfony/ http-kernel/ Tests/ Fragment/ RoutableFragmentRendererTest.php - RoutableFragmentRendererTest::testGenerateFragmentUriWithNonScalar in vendor/
symfony/ http-kernel/ Tests/ Fragment/ RoutableFragmentRendererTest.php - @expectedException \LogicException @dataProvider getGenerateFragmentUriDataWithNonScalar
- RouteContentEnhancerTest::setUp in vendor/
symfony-cmf/ routing/ Tests/ Enhancer/ RouteContentEnhancerTest.php - RouteNoneTest::testProcessOutbound in core/
modules/ system/ src/ Tests/ RouteProcessor/ RouteNoneTest.php - Tests the output process.
- RouteProcessorCurrentIntegrationTest::testProcessOutbound in core/
modules/ system/ src/ Tests/ RouteProcessor/ RouteProcessorCurrentIntegrationTest.php - Tests the output process.
- RouteProviderTest::httpKernelHandle in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ RouteProviderTest.php - RouteProviderTest::testExactPathMatch in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Confirms that we can find routes with the exact incoming path.
- RouteProviderTest::testOutlinePathMatch in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Confirms that we can find routes whose pattern would match the request.
- RouteProviderTest::testOutlinePathMatchDefaults in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Confirms that we can find routes whose pattern would match the request.
- RouteProviderTest::testOutlinePathMatchDefaultsCollision in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Confirms that we can find routes whose pattern would match the request.
- RouteProviderTest::testOutlinePathMatchDefaultsCollision2 in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Confirms that we can find routes whose pattern would match the request.
- RouteProviderTest::testOutlinePathMatchDefaultsCollision3 in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Confirms that we can find multiple routes that match the request equally.
- RouteProviderTest::testOutlinePathMatchTrailingSlash in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Confirms that a trailing slash on the request doesn't result in a 404.
- RouteProviderTest::testOutlinePathMatchZero in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Tests a route with a 0 as value.
- RouteProviderTest::testOutlinePathNoMatch in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Confirms that an exception is thrown when no matching path is found.
- RouteProviderTest::testRouteCaching in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Tests that route caching works.
- RouterListenerTest::createGetResponseEventForUri in vendor/
symfony/ http-kernel/ Tests/ EventListener/ RouterListenerTest.php - RouterListenerTest::testLoggingParameter in vendor/
symfony/ http-kernel/ Tests/ EventListener/ RouterListenerTest.php - @dataProvider getLoggingParameterData
- RouterListenerTest::testRequestMatcher in vendor/
symfony/ http-kernel/ Tests/ EventListener/ RouterListenerTest.php - RouterListenerTest::testSubRequestWithDifferentMethod in vendor/
symfony/ http-kernel/ Tests/ EventListener/ RouterListenerTest.php - RouterTest::testMatchRequestWithRequestMatcherInterface in vendor/
symfony/ routing/ Tests/ RouterTest.php - RouterTest::testMatchRequestWithUrlMatcherInterface in vendor/
symfony/ routing/ Tests/ RouterTest.php - SessionConfigurationTest::testCookieSecure in core/
tests/ Drupal/ Tests/ Core/ Session/ SessionConfigurationTest.php - Tests whether the session.cookie_secure ini settings is computed correctly.
- SessionConfigurationTest::testCookieSecureNotOverridable in core/
tests/ Drupal/ Tests/ Core/ Session/ SessionConfigurationTest.php - Tests that session.cookie_secure ini settings cannot be overridden.
- SessionConfigurationTest::testEnforcedCookieDomain in core/
tests/ Drupal/ Tests/ Core/ Session/ SessionConfigurationTest.php - Tests the constructor injected session.cookie_domain ini setting.
- SessionConfigurationTest::testEnforcedSessionNameViaCookieDomain in core/
tests/ Drupal/ Tests/ Core/ Session/ SessionConfigurationTest.php - Tests whether the session.name ini settings is computed correctly.
- SessionConfigurationTest::testGeneratedCookieDomain in core/
tests/ Drupal/ Tests/ Core/ Session/ SessionConfigurationTest.php - Tests whether the session.cookie_domain ini settings is computed correctly.
- SessionConfigurationTest::testGeneratedSessionName in core/
tests/ Drupal/ Tests/ Core/ Session/ SessionConfigurationTest.php - Tests whether the session.name ini settings is computed correctly.
- SilexApplicationTest::testWithAppendMiddlewares in vendor/
stack/ builder/ tests/ functional/ SilexApplicationTest.php - Ssi::handle in vendor/
symfony/ http-kernel/ HttpCache/ Ssi.php - Handles a Surrogate from the cache.
- SsiTest::testAddSurrogateSsiCapability in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testHandle in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testHandleWhenResponseIsNot200 in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - @expectedException \RuntimeException
- SsiTest::testHandleWhenResponseIsNot200AndAltIsPresent in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testHandleWhenResponseIsNot200AndErrorsAreIgnored in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testHasSurrogateSsiCapability in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testProcess in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testProcessDoesNothingIfContentTypeIsNotHtml in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testProcessEscapesPhpTags in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testProcessRemoveSurrogateControlHeader in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - SsiTest::testProcessWhenNoSrcInAnSsi in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ SsiTest.php - @expectedException \RuntimeException
- StackedHttpKernelTest::handleShouldDelegateToApp in vendor/
stack/ builder/ tests/ unit/ Stack/ StackedHttpKernelTest.php - @test
- StackedHttpKernelTest::handleShouldStillDelegateToAppWithMiddlewares in vendor/
stack/ builder/ tests/ unit/ Stack/ StackedHttpKernelTest.php - @test
- StackedHttpKernelTest::terminateShouldDelegateToMiddlewares in vendor/
stack/ builder/ tests/ unit/ Stack/ StackedHttpKernelTest.php - @test
- StackKernelIntegrationTest::testRequest in core/
modules/ system/ src/ Tests/ HttpKernel/ StackKernelIntegrationTest.php - Tests a request.
- Store::purge in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Purges data for the given URL.
- StoreTest::setUp in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::storeSimpleEntry in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testCanonizesUrlsForCacheKeys in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testDoesNotFindAnEntryWithLookupWhenNoneExists in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testDoesNotReturnEntriesThatSlightlyVaryWithLookup in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testDoesNotReturnEntriesThatVaryWithLookup in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testLocking in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testOverwritesNonVaryingResponseWithStore in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testRemovesEntriesForKeyWithPurge in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testStoresMultipleResponsesForEachVaryCombination in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StoreTest::testSucceedsQuietlyWhenInvalidateCalledWithNoMatchingEntries in vendor/
symfony/ http-kernel/ Tests/ HttpCache/ StoreTest.php - StreamedResponseTest::testPrepareWith10Protocol in vendor/
symfony/ http-foundation/ Tests/ StreamedResponseTest.php - StreamedResponseTest::testPrepareWith11Protocol in vendor/
symfony/ http-foundation/ Tests/ StreamedResponseTest.php - StreamedResponseTest::testPrepareWithCacheHeaders in vendor/
symfony/ http-foundation/ Tests/ StreamedResponseTest.php - StreamedResponseTest::testPrepareWithHeadRequest in vendor/
symfony/ http-foundation/ Tests/ StreamedResponseTest.php - StreamWrapperTest::setUp in core/
modules/ system/ src/ Tests/ File/ StreamWrapperTest.php - Performs setup tasks before each individual test method is run.
- TaxonomyDefaultArgumentTest::testNodePath in core/
modules/ taxonomy/ src/ Tests/ Views/ TaxonomyDefaultArgumentTest.php - Tests the relationship.
- TaxonomyDefaultArgumentTest::testTermPath in core/
modules/ taxonomy/ src/ Tests/ Views/ TaxonomyDefaultArgumentTest.php - TestContent::subrequestTest in core/
modules/ system/ tests/ modules/ router_test_directory/ src/ TestContent.php - Uses a subrequest to determine the content.
- ThemeTest::testFrontPageThemeSuggestion in core/
modules/ system/ src/ Tests/ Theme/ ThemeTest.php - Ensure page-front template suggestion is added when on front page.
- TraceableEventDispatcherTest::testStopwatchCheckControllerOnRequestEvent in vendor/
symfony/ http-kernel/ Tests/ Debug/ TraceableEventDispatcherTest.php - TraceableEventDispatcherTest::testStopwatchSections in vendor/
symfony/ http-kernel/ Tests/ Debug/ TraceableEventDispatcherTest.php - TraceableEventDispatcherTest::testStopwatchStopControllerOnRequestEvent in vendor/
symfony/ http-kernel/ Tests/ Debug/ TraceableEventDispatcherTest.php - TrustedHostsTestController::fakeRequestHost in core/
modules/ system/ tests/ modules/ trusted_hosts_test/ src/ Controller/ TrustedHostsTestController.php - Creates a fake request and prints out its host.
- UnroutedUrlAssemblerTest::setupRequestStack in core/
tests/ Drupal/ Tests/ Core/ Utility/ UnroutedUrlAssemblerTest.php - Setups the request stack for a given subdir.
- UnroutedUrlTest::testCreateFromRequest in core/
tests/ Drupal/ Tests/ Core/ UnroutedUrlTest.php - Tests the createFromRequest method.
- UrlGeneratorTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php - UrlMatcherTest::setUp in vendor/
symfony-cmf/ routing/ Tests/ NestedMatcher/ UrlMatcherTest.php - UrlRewritingTest::testRelativeFileURL in core/
modules/ system/ src/ Tests/ File/ UrlRewritingTest.php - Test file_url_transform_relative().
- UrlTest::testUrlFromRequest in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests creating a Url from a request.
- UrlTest::testUrlFromRequestInvalid in core/
tests/ Drupal/ Tests/ Core/ UrlTest.php - Tests that an invalid request will thrown an exception.
- WebTestBase::prepareRequestForGenerator in core/
modules/ simpletest/ src/ WebTestBase.php - Creates a mock request and sets it on the generator.