diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-08-25 07:13:48 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-10-24 14:25:52 +0200 |
commit | 0c637c8d737f4fd6ac3f1af2f3effe8015042e07 (patch) | |
tree | ec9bf873bd1398331bf99ac46826794944a1666e /tests/phpunit-autotest.xml | |
parent | 24786d5c5173d3db6000ccde4c0b14d6a869ebe0 (diff) | |
download | nextcloud-server-0c637c8d737f4fd6ac3f1af2f3effe8015042e07.tar.gz nextcloud-server-0c637c8d737f4fd6ac3f1af2f3effe8015042e07.zip |
[9.2] Add missing unit tests (#25936)
* Adjust unit test execution after folder rename
* Adjust login controller tests to match current behavior
* Fix broken unit tests
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 3a82a56ebbf..ba16bbdbaac 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -10,6 +10,7 @@ <directory suffix='.php'>lib/</directory> <directory suffix='.php'>Settings/</directory> <directory suffix='.php'>Core/</directory> + <directory suffix='.php'>ocs-provider/</directory> <file>apps.php</file> </testsuite> <!-- filters for code coverage --> |