Example #1
0
 public function testHasApiKeyIsFalseWhenNotConfigured()
 {
     $client = new Client(null);
     $this->assertEquals(false, $client->hasApiKey());
 }