示例#1
0
文件: TestCommon.php 项目: stunti/zf2
 /**
  * @expectedException \Zend\Barcode\Object\Exception
  */
 public function testStringFontSize()
 {
     $this->_object->setFontSize('22a');
 }