예제 #1
0
 public function testProperties()
 {
     $Client = new Client();
     $Client->setAuthorizationKey('someKEY');
     $this->assertEquals('someKEY', $Client->getAuthorizationKey());
 }