aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-09-22 14:08:01 -0700
committerGitHub <noreply@github.com>2017-09-22 14:08:01 -0700
commitae55fd2cc52849004de21a7e26aed7bfe393eaed (patch)
treefd4abff8b105123876b58748606f40dca16582e0 /Makefile.am
parentc20440222afe368b2ddb1f842d469fdbe10f5389 (diff)
downloadprotobuf-ae55fd2cc52849004de21a7e26aed7bfe393eaed.tar.gz
protobuf-ae55fd2cc52849004de21a7e26aed7bfe393eaed.tar.bz2
protobuf-ae55fd2cc52849004de21a7e26aed7bfe393eaed.zip
Enforce all error report for php tests. (#3670)
* Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c93debe..e41bdff9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -674,6 +674,7 @@ php_EXTRA_DIST= \
php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php \
php/tests/array_test.php \
php/tests/autoload.php \
+ php/tests/bootstrap_phpunit.php \
php/tests/compatibility_test.sh \
php/tests/descriptors_test.php \
php/tests/encode_decode_test.php \