aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/bin/run_gen_code_test.sh
blob: ff1a618fa39caa3ed24fd086e762e39c984bd5c4 (plain)
1
2
3
4
5
# Runs the generated code test against the ruby server
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