diff options
Diffstat (limited to 'apps/dav/tests/unit/phpunit.xml')
-rw-r--r-- | apps/dav/tests/unit/phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/phpunit.xml b/apps/dav/tests/unit/phpunit.xml index 314855d863b..e483515ca7a 100644 --- a/apps/dav/tests/unit/phpunit.xml +++ b/apps/dav/tests/unit/phpunit.xml @@ -6,7 +6,7 @@ timeoutForLargeTests="900" > <testsuite name='unit'> - <directory suffix='.php'>.</directory> + <directory suffix='Test.php'>.</directory> </testsuite> <!-- filters for code coverage --> <filter> |