summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 0d5db01..3c63654 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -21,4 +21,9 @@
<directory>tests</directory>
</testsuite>
</testsuites>
+ <source>
+ <include>
+ <directory>src</directory>
+ </include>
+ </source>
</phpunit> \ No newline at end of file