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