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