getName() public method

public getName ( )
Example #1
0
 public function testGetName()
 {
     $provider = new OpenCage($this->getMockAdapter($this->never()), 'api_key');
     $this->assertEquals('opencage', $provider->getName());
 }