예제 #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());
 }