@expectedException Symfony\Component\Routing\Exception\RouteNotFoundException
public function testGenerateInvalidRoute() {
$this->contentDocument
->expects($this
->once())
->method('getRoutes')
->will($this
->returnValue(array(
$this,
)));
$this->generator
->generate($this->contentDocument);
}