コード例 #1
0
ファイル: ImageTest.php プロジェクト: haoyanfei/zf2
 public function testRendererWithUnkownInstructionProvideByObject()
 {
     $this->setExpectedException('\\Zend\\Barcode\\Renderer\\Exception\\ExceptionInterface');
     parent::testRendererWithUnkownInstructionProvideByObject();
 }
コード例 #2
0
ファイル: ImageTest.php プロジェクト: stunti/zf2
 /**
  * @expectedException \Zend\Barcode\Renderer\Exception
  */
 public function testRendererWithUnkownInstructionProvideByObject()
 {
     parent::testRendererWithUnkownInstructionProvideByObject();
 }