示例#1
0
 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();
 }