summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-07-19 21:49:04 +0200
committermsquare <msquare@notrademark.de>2017-07-19 21:49:04 +0200
commit9b3f6f557a127fef16be267c26f8239dc1c22126 (patch)
tree2da2618a3db5586dfc82556e152b979c55625ed8 /phpunit.xml
parent8ae01236353dad099e98f555fdf9cbfbf5cdca6a (diff)
update tests to work with phpunit version installed by composer
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"/>