예제 #1
0
파일: TestCommon.php 프로젝트: stunti/zf2
 /**
  * @expectedException \Zend\Barcode\Object\Exception
  */
 public function testNegativeBarThickWidth()
 {
     $this->_object->setBarThickWidth(-1);
 }