getName() public method

{@inheritDoc}
public getName ( )
Beispiel #1
0
 public function testgetName()
 {
     $provider = new GeoPlugin($this->getMockAdapter($this->never()));
     $this->assertEquals('geo_plugin', $provider->getName());
 }