コード例 #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testCreateCompositeInvalidParam()
 {
     $call_credentials3 = Grpc\CallCredentials::createComposite($this->call_credentials, $this->credentials);
 }