aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/test.sh
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-08-02 07:42:27 -0700
committerGravatar GitHub <noreply@github.com>2017-08-02 07:42:27 -0700
commitc15a3269f9dea81db5a45b527cd8699f11b03f0b (patch)
tree9a824786160ee256544541361d71532850c097f5 /php/tests/test.sh
parentbe73938d72c91ff0075b1ed683f07922ad5801b0 (diff)
Expose descriptor API in php c extension (#3422)
Diffstat (limited to 'php/tests/test.sh')
-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 b640c143..c35372d3 100755
--- a/php/tests/test.sh
+++ b/php/tests/test.sh
@@ -8,7 +8,7 @@ set -e
phpize && ./configure CFLAGS='-g -O0' && make
popd
-tests=( array_test.php encode_decode_test.php generated_class_test.php generated_phpdoc_test.php map_field_test.php well_known_test.php generated_service_test.php )
+tests=( array_test.php encode_decode_test.php generated_class_test.php generated_phpdoc_test.php map_field_test.php well_known_test.php generated_service_test.php descriptors_test.php )
for t in "${tests[@]}"
do