summaryrefslogtreecommitdiffstats
path: root/tests/phpunit-autotest.xml
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-03-24 09:07:54 +0100
committerVincent Petry <vincent@nextcloud.com>2021-03-24 09:07:54 +0100
commit8b92776be48313fd9d949c57b9ddb7c8beea39c0 (patch)
treec362ff879b58930ba02b97b998596eaed92162c1 /tests/phpunit-autotest.xml
parent95e03fba2d933672ec6ead6503d68a48bf264073 (diff)
downloadnextcloud-server-8b92776be48313fd9d949c57b9ddb7c8beea39c0.tar.gz
nextcloud-server-8b92776be48313fd9d949c57b9ddb7c8beea39c0.zip
Bring back forgotten tests
Remove "ocs-provider" test folder reference as it doesn't exist any more. Added back "Test" test subdir and fixed the tests inside. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 2d7b3ed01cb..c293d1c7d59 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -9,7 +9,7 @@
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>
<directory suffix='.php'>Core/</directory>
- <directory suffix='.php'>ocs-provider/</directory>
+ <directory suffix='.php'>Test/</directory>
<file>apps.php</file>
</testsuite>
<!-- filters for code coverage -->