Esempio n. 1
0
 public function testRendererWithUnkownInstructionProvideByObject()
 {
     $this->setExpectedException('\\Zend\\Barcode\\Renderer\\Exception\\ExceptionInterface');
     parent::testRendererWithUnkownInstructionProvideByObject();
 }
Esempio n. 2
0
 /**
  * @expectedException \Zend\Barcode\Renderer\Exception
  */
 public function testRendererWithUnkownInstructionProvideByObject()
 {
     parent::testRendererWithUnkownInstructionProvideByObject();
 }