summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-09-19 21:19:56 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2017-09-19 21:22:57 +0200
commitabb99bf36c6c09f395c49ca34eb49d2ba6ff224d (patch)
tree0551b4f2f5f969b6f80f9040a6de129309d2f805 /phpunit.xml
parentc35c4ccbf39a5910530d6cf9b4f5dba45dbf82b0 (diff)
Added Config unit test
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
index e78a54f3..92dc5a5b 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -7,6 +7,9 @@
<testsuite name="Feature">
<directory>./tests/Feature</directory>
</testsuite>
+ <testsuite name="Unit">
+ <directory>./tests/Unit</directory>
+ </testsuite>
</testsuites>
<filter>
<whitelist>