getName() public method

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