You are here

18 calls to ChainRouterTest::createRouterMocks() in Zircon Profile 8

ChainRouterTest::testContext in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
context must be propagated to chained routers and be stored locally
ChainRouterTest::testContextOrder in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
context must be propagated also when routers are added after context is set
ChainRouterTest::testGenerate in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
ChainRouterTest::testGenerateNotFound in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException
ChainRouterTest::testMatch 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::testMatchAndNotAllowed 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::testMatchMethodNotAllowed 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::testMatchNotFound in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException
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::testMatchWithRequestMatchers in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
Call match on ChainRouter that has RequestMatcher in the chain.
ChainRouterTest::testPriority in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
ChainRouterTest::testReSortRouters in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
This test ensures that if a router is being added on the fly, the sorting is reset.
ChainRouterTest::testRouteCollection in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
ChainRouterTest::testSortRouters in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php
Routers are supposed to be sorted only once. This test will check that by trying to get all routers several times.
ChainRouterTest::testWarmup in vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php