コード例 #1
0
ファイル: TestCommon.php プロジェクト: rexmac/zf2
 public function testStandardQuietZone()
 {
     $this->_object->setBarThinWidth(3);
     $this->_object->setFactor(4);
     $this->assertSame(120.0, $this->_object->getQuietZone());
 }