aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/phpunit.xml
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-09-22 14:08:01 -0700
committerGravatar GitHub <noreply@github.com>2017-09-22 14:08:01 -0700
commitae55fd2cc52849004de21a7e26aed7bfe393eaed (patch)
treefd4abff8b105123876b58748606f40dca16582e0 /php/phpunit.xml
parentc20440222afe368b2ddb1f842d469fdbe10f5389 (diff)
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 'php/phpunit.xml')
-rw-r--r--php/phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/phpunit.xml b/php/phpunit.xml
index d7077038..87440bbd 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">