Beispiel #1
0
 public function testStringFontSize()
 {
     $this->setExpectedException('\\Zend\\Barcode\\Object\\Exception');
     $this->_object->setFontSize('22a');
 }