diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-03-24 09:07:54 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-03-24 09:07:54 +0100 |
commit | 8b92776be48313fd9d949c57b9ddb7c8beea39c0 (patch) | |
tree | c362ff879b58930ba02b97b998596eaed92162c1 /tests/phpunit-autotest.xml | |
parent | 95e03fba2d933672ec6ead6503d68a48bf264073 (diff) | |
download | nextcloud-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.xml | 2 |
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 --> |