diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/phpunit.xml | 6 |
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> |