You are here

protected function RouterTest::setUp in Zircon Profile 8.0

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

File

vendor/symfony/routing/Tests/RouterTest.php, line 23

Class

RouterTest

Namespace

Symfony\Component\Routing\Tests

Code

protected function setUp() {
  $this->loader = $this
    ->getMock('Symfony\\Component\\Config\\Loader\\LoaderInterface');
  $this->router = new Router($this->loader, 'routing.yml');
}