| 
            MatcherDumperTest::testAddAdditionalRoutes           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php           | 
                  
            Confirms that we can add routes to the dumper when it already has some.           | 
              
          
                  | 
            ApacheMatcherDumperTest::testEscapePattern           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php           | 
                  
            @dataProvider provideEscapeFixtures           | 
              
          
                  | 
            ApacheMatcherDumperTest::getRouteCollection           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php           | 
                  
                       | 
              
          
                  | 
            InitialMatcherInterface::matchRequestPartial           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Routing/InitialMatcherInterface.php           | 
                  
            Matches a request against multiple routes.           | 
              
          
                  | 
            PartialMatcherInterface::matchRequestPartial           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Routing/PartialMatcherInterface.php           | 
                  
            Matches a request against multiple routes.           | 
              
          
                  | 
            PathMatcherTest::testOutlinePathMatchDefaults           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php           | 
                  
            Confirms that we can find routes whose pattern would match the request.           | 
              
          
                  | 
            SearchNumberMatchingTest::testNumberSearching           | 
                  
            function           | 
                  
            drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php           | 
                  
            Tests that all the numbers can be searched.           | 
              
          
                  | 
            ApacheMatcherDumperTest::testEscapeScriptName           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php           | 
                  
                       | 
              
          
                  | 
            RedirectableUrlMatcherTest::testSchemeRedirect           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            ApacheMatcherDumperTest::provideEscapeFixtures           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php           | 
                  
                       | 
              
          
                  | 
            RedirectableUrlMatcher::handleRouteRequirements           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php           | 
                  
            Handles specific route requirements.           | 
              
          
                  | 
            KernelTest::testLocateResourceReturnsAllMatches           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php           | 
                  
                       | 
              
          
                  | 
            RequestMatcherTest::testPathWithEncodedCharacters           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            PersistentObjectTest::testNonMatchingObjectManager           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php           | 
                  
                       | 
              
          
                  | 
            KernelTest::testLocateResourceReturnsAllMatchesBis           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php           | 
                  
                       | 
              
          
                  | 
            PathMatcherTest::testOutlinePathMatchTrailingSlash           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php           | 
                  
            Confirms that a trailing slash on the request doesn't result in a 404.           | 
              
          
                  | 
            FirstEntryFinalMatcherTest::testFinalMatcherStatic           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php           | 
                  
            Confirms the final matcher returns correct attributes for static paths.           | 
              
          
                  | 
            HttpCacheTest::testServesFromCacheWhenHeadersMatch           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            RedirectableUrlMatcherTest::testRedirectWhenNoSlash           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            FirstEntryFinalMatcherTest::testFinalMatcherPattern           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php           | 
                  
            Confirms the final matcher returns correct attributes for pattern paths.           | 
              
          
                  | 
            RequestMatcherTest::testAnIpv6WithOptionDisabledIpv6           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            RequestMatcherTest::testPathWithLocaleIsNotSupported           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            DriverChainTest::testDelegateToMatchingNamespaceDriver           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ChainDriverTest.php           | 
                  
                       | 
              
          
                  | 
            PathMatcherTest::testOutlinePathMatchDefaultsCollision           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php           | 
                  
            Confirms that we can find routes whose pattern would match the request.           | 
              
          
                  | 
            PathMatcherTest::testOutlinePathMatchDefaultsCollision2           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php           | 
                  
            Confirms that we can find routes whose pattern would match the request.           | 
              
          
                  | 
            KernelTest::testLocateResourceReturnsTheFirstThatMatches           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php           | 
                  
                       | 
              
          
                  | 
            UrlMatcherTest::testHeadAllowedWhenRequirementContainsGet           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            FirstEntryFinalMatcherTest::testFinalMatcherPatternDefalts           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php           | 
                  
            Confirms the final matcher returns correct attributes with default values.           | 
              
          
                  | 
            UrlMatcherTest::testMatchWithDotMetacharacterInRequirements           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            UrlMatcherTest::testMethodNotAllowedAggregatesAllowedMethods           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            HttpCacheTest::testRespondsWith304WhenIfNoneMatchMatchesETag           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            KernelTest::testLocateResourceReturnsTheFirstThatMatchesWithParent           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php           | 
                  
                       | 
              
          
                  | 
            PhpMatcherDumperTest::testDumpWhenSchemeIsUsedWithoutAProperDumper           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php           | 
                  
            @expectedException \LogicException           | 
              
          
                  | 
            RedirectableUrlMatcherTest::testRedirectWhenNoSlashForNonSafeMethod           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php           | 
                  
            @expectedException Symfony\Component\Routing\Exception\ResourceNotFoundException           | 
              
          
                  | 
            DefaultFileLocatorTest::testGetAllClassNamesNonMatchingFileExtension           | 
                  
            function           | 
                  
            drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php           | 
                  
                       | 
              
          
                  | 
            StoreTest::testSucceedsQuietlyWhenInvalidateCalledWithNoMatchingEntries           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php           | 
                  
                       | 
              
          
                  | 
            HttpCacheTest::testRespondsWith304WhenIfModifiedSinceMatchesLastModified           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       | 
              
          
                  | 
            HttpCacheTest::testRespondsWith304OnlyIfIfNoneMatchAndIfModifiedSinceBothMatch           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php           | 
                  
                       |