public function ChainRouterTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Symfony\Cmf\Component\Routing\Tests\RoutingCode
public function setUp() {
$this->router = new ChainRouter($this
->getMock('Psr\\Log\\LoggerInterface'));
$this->context = $this
->getMock('Symfony\\Component\\Routing\\RequestContext');
}