コード例 #1
0
ファイル: TestCommon.php プロジェクト: jsnshrmn/Suma
 /**
  * @expectedException Zend_Barcode_Object_Exception
  */
 public function testNegativeBarHeight()
 {
     $this->_object->setBarHeight(-1);
 }