You are here

protected function PagedRouteCollectionTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony-cmf/routing/Tests/Routing/PagedRouteCollectionTest.php \Symfony\Cmf\Component\Routing\PagedRouteCollectionTest::setUp()

File

vendor/symfony-cmf/routing/Tests/Routing/PagedRouteCollectionTest.php, line 31

Class

PagedRouteCollectionTest
Tests the page route collection.

Namespace

Symfony\Cmf\Component\Routing

Code

protected function setUp() {
  $this->routeProvider = $this
    ->getMock('Symfony\\Cmf\\Component\\Routing\\PagedRouteProviderInterface');
}