You are here

public function ChainRouterTest::setUp in Zircon Profile 8

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

File

vendor/symfony-cmf/routing/Tests/Routing/ChainRouterTest.php, line 39

Class

ChainRouterTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing

Code

public function setUp() {
  $this->router = new ChainRouter($this
    ->getMock('Psr\\Log\\LoggerInterface'));
  $this->context = $this
    ->getMock('Symfony\\Component\\Routing\\RequestContext');
}