예제 #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();
 }