示例#1
0
 public function testGetApiKey()
 {
     $client = new \Picturae\Genealogy\Client($this->key);
     $this->assertEquals($this->key, $client->getApiKey());
 }