コード例 #1
0
ファイル: PaginatorTest.php プロジェクト: rajanlamic/IntTest
 public function testRenders()
 {
     $this->setExpectedException('Zend\\View\\Exception\\ExceptionInterface', 'view partial');
     $this->paginator->render(new View\Renderer\PhpRenderer());
 }