public function testRouteCollection() {
$collection = $this->router
->getRouteCollection();
$this
->assertInstanceOf('Symfony\\Component\\Routing\\RouteCollection', $collection);
// TODO: once this is implemented, check content of collection
}