getRouteCollection() public method

Gets the RouteCollection instance associated with this Router.
public getRouteCollection ( ) : RouteCollection
return Symfony\Component\Routing\RouteCollection A RouteCollection instance
 /**
  * @covers eZ\Publish\Core\MVC\Symfony\Routing\UrlAliasRouter::__construct
  * @covers eZ\Publish\Core\MVC\Symfony\Routing\UrlAliasRouter::getRouteCollection
  */
 public function testGetRouteCollection()
 {
     $this->assertInstanceOf('Symfony\\Component\\Routing\\RouteCollection', $this->router->getRouteCollection());
 }