public function testMap()
 {
     $instance = new ArrayAccess();
     $this->assertInstanceOf(ArrayMap::className(), $instance->getMap());
 }