getName() public method

{@inheritDoc}
public getName ( )
Esempio n. 1
0
 public function testGetName()
 {
     $provider = new GeoIPs($this->getMockAdapter($this->never()), 'api_key');
     $this->assertEquals('geo_ips', $provider->getName());
 }