summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 3291be1..c31223d 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit bootstrap="./vendor/autoload.php"
+<phpunit bootstrap="vendor/autoload.php"
colors="true"
stopOnFailure="false"
stopOnError="false">