summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2020-12-16 19:12:18 +0100
committerDaniel Weipert <code@drogueronin.de>2020-12-16 19:12:18 +0100
commitd6fabbd1e2396e9fb68e7cc8a4ea23417cc7d763 (patch)
tree975d883c853461c2102465ace8cb64938237878f /phpunit.xml
Initial commitv1.0.0
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 0000000..90b6d3e
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit bootstrap="vendor/autoload.php"
+ colors="true"
+ verbose="true"
+ stopOnFailure="false">
+ <testsuites>
+ <testsuite name="Test suite">
+ <directory>tests</directory>
+ </testsuite>
+ </testsuites>
+</phpunit>