summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml2
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