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