pull/5583/head
Stanley Cheung 9 years ago
parent 40202158fd
commit 8685c3878c
  1. 4
      src/php/tests/generated_code/math_client.php

@ -43,7 +43,9 @@ function p($line)
$host = 'localhost:50051';
p("Connecting to host: $host");
$client = new math\MathClient($host, []);
$client = new math\MathClient($host, [
'credentials' => Grpc\ChannelCredentials::createInsecure()
]);
p('Client class: '.get_class($client));
p('');

Loading…
Cancel
Save