Fixed error in new test

pull/379/head
murgatroid99 10 years ago
parent 75c9d2f529
commit 554fe351d3
  1. 2
      src/php/tests/interop/interop_client.php

@ -150,7 +150,7 @@ function pingPong($stub) {
} }
function cancelAfterFirstResponse($stub) { function cancelAfterFirstResponse($stub) {
$call = $stub->StreamingInputCall(); $call = $stub->FullDuplexCall();
$request = new grpc\testing\StreamingOutputCallRequest(); $request = new grpc\testing\StreamingOutputCallRequest();
$request->setResponseType(grpc\testing\PayloadType::COMPRESSABLE); $request->setResponseType(grpc\testing\PayloadType::COMPRESSABLE);
$response_parameters = new grpc\testing\ResponseParameters(); $response_parameters = new grpc\testing\ResponseParameters();

Loading…
Cancel
Save