aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/phpunit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/phpunit.xml b/Tests/phpunit.xml
index a301c929f..717d8fc8a 100644
--- a/Tests/phpunit.xml
+++ b/Tests/phpunit.xml
@@ -19,10 +19,10 @@
</php>
<testsuites>
<testsuite name="Hubzilla default Test Suite">
- <directory suffix="Test.php">./Unit/</directory>
+ <directory suffix="Test.php">./unit/</directory>
</testsuite>
<testsuite name="API Test Suite">
- <directory suffix="Test.php" prefix="API">./Unit/</directory>
+ <directory suffix="Test.php" prefix="API">./unit/</directory>
</testsuite>
<testsuite name="Ex-/Import Test Suite">
<!--<directory suffix="Test.php">./Unit/eximport/</directory>-->