diff options
Diffstat (limited to 'phpunit.xml')
-rw-r--r-- | phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml index 0a1e5c45..5c4ce58c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@ <phpunit> <testsuites> <testsuite name="Kanboard"> - <directory>tests</directory> + <directory>tests/units</directory> </testsuite> </testsuites> </phpunit>
\ No newline at end of file |