aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/phpunit.xml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-26 09:52:24 +0000
committerMario <mario@mariovavti.com>2020-11-26 09:52:24 +0000
commit0ec40f00a929fd755368bf6deec88a8d4ebe05ba (patch)
tree2cf25aa0cf61ac49b1720f8b9c81949a3b169b32 /Tests/phpunit.xml
parentde054026f25233fe47938c32777605bb900253f3 (diff)
downloadvolse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.tar.gz
volse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.tar.bz2
volse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.zip
minor adjustion
Diffstat (limited to 'Tests/phpunit.xml')
-rw-r--r--Tests/phpunit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/phpunit.xml b/Tests/phpunit.xml
index 0a5bc2b35..0d3a55df4 100644
--- a/Tests/phpunit.xml
+++ b/Tests/phpunit.xml
@@ -16,13 +16,13 @@
<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>-->
+ <!--<directory suffix="Test.php">./Unit/eximport/</directory>-->
</testsuite>
</testsuites>