예제 #1
0
 public function testAllowsSkippingSystemCallForArrayStructLookup()
 {
     $this->xmlrpcClient->setSkipSystemLookup(true);
     $this->assertTrue($this->xmlrpcClient->skipSystemLookup());
 }