| commit | ae55fd2cc52849004de21a7e26aed7bfe393eaed | [log] [tgz] |
|---|---|---|
| author | Paul Yang <TeBoring@users.noreply.github.com> | Fri Sep 22 14:08:01 2017 -0700 |
| committer | GitHub <noreply@github.com> | Fri Sep 22 14:08:01 2017 -0700 |
| tree | fd4abff8b105123876b58748606f40dca16582e0 | |
| parent | c20440222afe368b2ddb1f842d469fdbe10f5389 [diff] [blame] |
Enforce all error report for php tests. (#3670) * Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php
diff --git a/php/phpunit.xml b/php/phpunit.xml index d707703..87440bb 100644 --- a/php/phpunit.xml +++ b/php/phpunit.xml
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<phpunit bootstrap="./vendor/autoload.php" +<phpunit bootstrap="./tests/bootstrap_phpunit.php" colors="true"> <testsuites> <testsuite name="protobuf-tests">