public function testOffsetExists() { $map = new Map(["a" => 1, "b" => 2, "c" => 3, "d" => 3]); $this->assertEquals(true, $map->offsetExists("c")); }