getName() public méthode

{@inheritDoc}
public getName ( )
Exemple #1
0
 public function testGetName()
 {
     $provider = new MapQuest($this->getMockAdapter($this->never()), 'api_key');
     $this->assertEquals('map_quest', $provider->getName());
 }