protected function createRouterMocks() {
return array(
$this
->getMock('Symfony\\Component\\Routing\\RouterInterface'),
$this
->getMock('Symfony\\Component\\Routing\\RouterInterface'),
$this
->getMock('Symfony\\Component\\Routing\\RouterInterface'),
);
}