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