From ae55fd2cc52849004de21a7e26aed7bfe393eaed Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 22 Sep 2017 14:08:01 -0700 Subject: Enforce all error report for php tests. (#3670) * Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3