getMap() public method

Retrieve the map
public getMap ( ) : array
return array
 public function testGetMap()
 {
     $resolver = new MapResolver();
     $this->assertSame(array(), $resolver->getMap());
 }