Ejemplo n.º 1
0
 public function testRenders()
 {
     $this->setExpectedException('Zend\\View\\Exception\\ExceptionInterface', 'view partial');
     $this->paginator->render(new View\Renderer\PhpRenderer());
 }