aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/bin
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-04-20 14:13:54 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-04-21 14:27:41 -0700
commit2c9c76310e78ca3a64018d2aabc5ee54e98a8ea9 (patch)
treeb2664ab0e355fd9c0e86ab58d7ffb47d07d4f9a5 /src/php/bin
parent3cdb3b627e4d43806567c6591b5691cd1b6d36d2 (diff)
Support update metadata callback function in php BaseStub
Diffstat (limited to 'src/php/bin')
-rwxr-xr-xsrc/php/bin/run_gen_code_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/php/bin/run_gen_code_test.sh b/src/php/bin/run_gen_code_test.sh
index 3f176fb5e4..79abbe6cf8 100755
--- a/src/php/bin/run_gen_code_test.sh
+++ b/src/php/bin/run_gen_code_test.sh
@@ -32,3 +32,6 @@ cd $(dirname $0)
GRPC_TEST_HOST=localhost:7070 php -d extension_dir=../ext/grpc/modules/ \
-d extension=grpc.so /usr/local/bin/phpunit -v --debug --strict \
../tests/generated_code/GeneratedCodeTest.php
+GRPC_TEST_HOST=localhost:7070 php -d extension_dir=../ext/grpc/modules/ \
+ -d extension=grpc.so /usr/local/bin/phpunit -v --debug --strict \
+ ../tests/generated_code/GeneratedCodeWithCallbackTest.php