diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-11 02:17:07 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-11 02:17:07 +0200 |
| commit | b54d8f7d0d39226fdc75b438034be6705340c3ab (patch) | |
| tree | aceb26d671b761f2cfadbae27aea08c8cc448a4c | |
| parent | 2400d0745dd902f838903d710d805b2a0b6fa132 (diff) | |
Improve testability of FileSystemDriver
| -rw-r--r-- | phpunit.xml | 5 |
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 |
