getName() public method

{@inheritDoc}
public getName ( )
 public function testGetName()
 {
     $provider = new ArcGISOnline($this->getMockAdapter($this->never()));
     $this->assertEquals('arcgis_online', $provider->getName());
 }