diff options
author | Mehrdad Afshari <mmx@google.com> | 2018-07-09 12:32:14 -0700 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2018-07-09 12:32:14 -0700 |
commit | 1cc028fbc8c56da6f1682bc4ba1da95245d5ce45 (patch) | |
tree | 27e73576098bfd1e80d15b06d435aef65329bfb6 /src/php/tests/unit_tests/InterceptorTest.php | |
parent | 6e2d9f40e61b24db1b6df081c31a22f2dc5ac9c9 (diff) | |
parent | 4216ba42e1a6588426ecdfe150f0497f6e115f5b (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.php | 1 |
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 |