aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/unit_tests/InterceptorTest.php
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-07-09 12:32:14 -0700
committerGravatar Mehrdad Afshari <mmx@google.com>2018-07-09 12:32:14 -0700
commit1cc028fbc8c56da6f1682bc4ba1da95245d5ce45 (patch)
tree27e73576098bfd1e80d15b06d435aef65329bfb6 /src/php/tests/unit_tests/InterceptorTest.php
parent6e2d9f40e61b24db1b6df081c31a22f2dc5ac9c9 (diff)
parent4216ba42e1a6588426ecdfe150f0497f6e115f5b (diff)
Upmerge v1.13.x into master
Diffstat (limited to 'src/php/tests/unit_tests/InterceptorTest.php')
-rw-r--r--src/php/tests/unit_tests/InterceptorTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/tests/unit_tests/InterceptorTest.php b/src/php/tests/unit_tests/InterceptorTest.php
index d759ceba6a..0ad49fc2bd 100644
--- a/src/php/tests/unit_tests/InterceptorTest.php
+++ b/src/php/tests/unit_tests/InterceptorTest.php
@@ -24,6 +24,7 @@ require_once(dirname(__FILE__).'/../../lib/Grpc/AbstractCall.php');
require_once(dirname(__FILE__).'/../../lib/Grpc/UnaryCall.php');
require_once(dirname(__FILE__).'/../../lib/Grpc/ClientStreamingCall.php');
require_once(dirname(__FILE__).'/../../lib/Grpc/Interceptor.php');
+require_once(dirname(__FILE__).'/../../lib/Grpc/CallInvoker.php');
require_once(dirname(__FILE__).'/../../lib/Grpc/Internal/InterceptorChannel.php');
class SimpleRequest