Exemple #1
0
 public function testBarcodeObjectProvided()
 {
     $this->setExpectedException('\Zend\Barcode\Renderer\Exception');
     $this->_renderer->draw();
 }
Exemple #2
0
 public function testBarcodeObjectProvided()
 {
     $this->setExpectedException('\\Zend\\Barcode\\Renderer\\Exception\\ExceptionInterface');
     $this->renderer->draw();
 }