summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
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"/>