aboutsummaryrefslogtreecommitdiff
path: root/php/tests/gdb_test.sh
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-08-25 08:49:34 -0700
committerGitHub <noreply@github.com>2017-08-25 08:49:34 -0700
commitc7457ef65a7a8584b1e3bd396c401ccf8e275ffa (patch)
treea142f1ed092807b1bd38683f57e37bcf852f665a /php/tests/gdb_test.sh
parent98a3734b5aa680f565af10a5fd4430baa4b4aa10 (diff)
downloadprotobuf-c7457ef65a7a8584b1e3bd396c401ccf8e275ffa.tar.gz
protobuf-c7457ef65a7a8584b1e3bd396c401ccf8e275ffa.tar.bz2
protobuf-c7457ef65a7a8584b1e3bd396c401ccf8e275ffa.zip
Add any support in php runtime. (#3486)
* Add any support in php runtime. * Remove unused file in config.m4 * Fix comments * Fix error for tsrmls build * Add newly added file to Makefile.am
Diffstat (limited to 'php/tests/gdb_test.sh')
-rwxr-xr-xphp/tests/gdb_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/tests/gdb_test.sh b/php/tests/gdb_test.sh
index 484e2edf..0809bef3 100755
--- a/php/tests/gdb_test.sh
+++ b/php/tests/gdb_test.sh
@@ -3,7 +3,7 @@
# gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which
# phpunit` --bootstrap autoload.php tmp_test.php
#
-gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.php encode_decode_test.php
+gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.php well_known_test.php
#
# gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
#