public function ChainRouterTest::setUp

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php, line 13

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');
}