예제 #1
0
 public function testCache()
 {
     $this->assertFalse($this->map->isCached());
     $this->map->saveToCache();
     $this->assertTrue($this->map->isCached());
 }