예제 #1
0
파일: TestCommon.php 프로젝트: stunti/zf2
 public function testStandardQuietZone()
 {
     $this->_object->setBarThinWidth(3);
     $this->_object->setFactor(4);
     $this->assertSame(120.0, $this->_object->getQuietZone());
 }