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