Example #1
0
 public function testGetServerInformations()
 {
     $ws = new Client('', '', FALSE);
     $this->assertObjectHasAttribute('server_name', $ws->getServerInformations('123.123.123.123'));
 }