Ejemplo n.º 1
0
 /**
  * @return array
  */
 protected function getConfigCredentials()
 {
     return ['userId' => $this->config->getUserId(), 'licenseKey' => $this->config->getLicenseKey()];
 }
Ejemplo n.º 2
0
 public function testGetLicenseKey()
 {
     $licenseKey = 'some-license_key';
     $this->configureGetValueMethod('tobai_geoip2/web_service/license_key', $licenseKey);
     $this->assertEquals($licenseKey, $this->config->getLicenseKey());
 }