コード例 #1
0
ファイル: TestCommon.php プロジェクト: rexmac/zf2
 public function testNegativeBarHeight()
 {
     $this->setExpectedException('\\Zend\\Barcode\\Object\\Exception');
     $this->_object->setBarHeight(-1);
 }