コード例 #1
0
ファイル: TestCommon.php プロジェクト: rexmac/zf2
 public function testWithoutQuietZones()
 {
     $this->_object->setWithQuietZones(0);
     $this->assertSame(false, $this->_object->getWithQuietZones());
     $this->_object->setWithQuietZones(false);
     $this->assertSame(false, $this->_object->getWithQuietZones());
 }