diff options
Diffstat (limited to 'phpunit.xml')
| -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 |
