コード例 #1
0
ファイル: ClientTest.php プロジェクト: pnaq57/zf2demo
 public function testAllowsSkippingSystemCallForArrayStructLookup()
 {
     $this->xmlrpcClient->setSkipSystemLookup(true);
     $this->assertTrue($this->xmlrpcClient->skipSystemLookup());
 }