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 --- php/tests/autoload.php | 2 ++ php/tests/bootstrap_phpunit.php | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 php/tests/bootstrap_phpunit.php (limited to 'php/tests') diff --git a/php/tests/autoload.php b/php/tests/autoload.php index 0a917fc5..b98b13ab 100755 --- a/php/tests/autoload.php +++ b/php/tests/autoload.php @@ -1,5 +1,7 @@