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