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