예제 #1
0
파일: TestCommon.php 프로젝트: rexmac/zf2
 public function testNegativeBarHeight()
 {
     $this->setExpectedException('\\Zend\\Barcode\\Object\\Exception');
     $this->_object->setBarHeight(-1);
 }