Beispiel #1
0
 /**
  * @see ApiAbstract::getApiUrl()
  */
 public function testGetApiUrlCredentialOverride()
 {
     $apiUrl = 'http://apiurl.com';
     $this->credentials->setApiUrl($apiUrl);
     $rs = $this->object->getApiUrl();
     $this->assertInternalType('string', $rs);
 }