Inheritance: implements eZ\Publish\Core\MVC\Symfony\View\Renderer
 /**
  * @expectedException \eZ\Publish\Core\MVC\Exception\NoViewTemplateException
  */
 public function testRenderNoViewTemplate()
 {
     $this->renderer->render($this->createView());
 }