コード例 #1
0
ファイル: TestCommon.php プロジェクト: stunti/zf2
 /**
  * @expectedException \Zend\Barcode\Object\Exception
  */
 public function testNegativeBarThickWidth()
 {
     $this->_object->setBarThickWidth(-1);
 }