Exemple #1
0
 public function testIsEmpty()
 {
     $this->assertFalse($this->map->isEmpty());
     $this->map->clear();
     $this->assertTrue($this->map->isEmpty());
 }