summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-07-19 23:35:20 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2017-07-19 23:35:20 +0200
commitec45216899b192789c2fd88f6dc057937f5927cc (patch)
tree540aa8a5a1a08f4b547083341a4bc423f0af3c29 /phpunit.xml
parent6cfd309bef050fbf9b9e2eba0af32962485f840a (diff)
parent9b3f6f557a127fef16be267c26f8239dc1c22126 (diff)
Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'
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 29bfdba5..b868096c 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -16,7 +16,8 @@
<whitelist>
<directory>./include/</directory>
<directory>./public/</directory>
- </whitelist>
+ <directory>./src/</directory>
+ </whitelist>
</filter>
<php>
<const name="PHPUNIT_TESTSUITE" value="true"/>