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