示例#1
0
文件: TestCommon.php 项目: rexmac/zf2
 public function testNegativeBarThickWidth()
 {
     $this->setExpectedException('\\Zend\\Barcode\\Object\\Exception');
     $this->_object->setBarThickWidth(-1);
 }