aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2018-05-10 10:52:39 -0700
committerGravatar GitHub <noreply@github.com>2018-05-10 10:52:39 -0700
commit7377d81ca44baf2e505c927a2e25b2f0e3596fed (patch)
treeccf8a107b26fa0babeae41a0a30017f063d2a4fa /php/tests
parent5f7334f5f3c5015cdcaf21d456f0829486717b15 (diff)
Throw error if user want to access message properties (#4603)
* Throw error if user want to access message properties * Fix typo
Diffstat (limited to 'php/tests')
-rwxr-xr-xphp/tests/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/tests/test.sh b/php/tests/test.sh
index 2983fe99..6e70eb2a 100755
--- a/php/tests/test.sh
+++ b/php/tests/test.sh
@@ -21,7 +21,7 @@ do
echo "****************************"
echo "* $t"
echo "****************************"
- # php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.php $t
+ php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.php $t
echo ""
done