@expectedException Symfony\Component\Routing\Exception\RouteNotFoundException
public function testGenerateNoContentRepository() {
$this->provider
->expects($this
->never())
->method('getRouteByName');
$this->generator
->generate('', array(
'content_id' => '/content/id',
));
}