public function testGetName()
 {
     $provider = new IGNOpenLSProvider($this->getMockAdapter($this->never()), 'api_key');
     $this->assertEquals('ign_openls', $provider->getName());
 }