summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-12-12 10:00:32 +0000
committerAndres Rey <[email protected]>2016-12-12 10:00:32 +0000
commit393af7863bc7102c6aef90b5d1c7469a6f3d742b (patch)
treef79c433ae0eb3d7f6f56e8272d2843f8f7ca7b39 /phpunit.xml
parent99e264e923efe38bdc44f9739c701af85b2b7729 (diff)
Fixed phpunit autoloader
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 9d2ce65..3291be1 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit colors="true"
+<phpunit bootstrap="./vendor/autoload.php"
+ colors="true"
stopOnFailure="false"
stopOnError="false">
<testsuites>