summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-11 02:17:07 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-11 02:17:07 +0200
commitb54d8f7d0d39226fdc75b438034be6705340c3ab (patch)
treeaceb26d671b761f2cfadbae27aea08c8cc448a4c /phpunit.xml
parent2400d0745dd902f838903d710d805b2a0b6fa132 (diff)
Improve testability of FileSystemDriver
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