From 1b3a881f8fbf00a7b278cf60cc37b892c751c10a Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 16 Jan 2015 13:02:33 -0800 Subject: [PATCH] Dont hardcode phpunit director --- src/php/bin/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php/bin/run_tests.sh b/src/php/bin/run_tests.sh index d221e666429..50175e5b067 100755 --- a/src/php/bin/run_tests.sh +++ b/src/php/bin/run_tests.sh @@ -3,4 +3,4 @@ # against it cd $(dirname $0) php -d extension_dir=../ext/grpc/modules/ -d extension=grpc.so \ - /usr/local/bin/phpunit -v --debug --strict ../tests/unit_tests + phpunit -v --debug --strict ../tests/unit_tests