Beispiel #1
0
 public function testIndex()
 {
     $map = new MutableMap('a', 'b');
     $this->assertEquals(1, $map->index('b'));
 }