Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-22 14:27:12 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-23 10:58:20 +0300
commit5adb06183836b665d56cc6804a2e4a3d6b10955f (patch)
tree49870824dc5761d7019245ac436b8606d4e01930 /tests
parent419fb161b8352a26b2502134a286c0dfb5b3d32f (diff)
Temporary OCS API for user avatar upload and delete
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/CapabilitiesTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/php/CapabilitiesTest.php b/tests/php/CapabilitiesTest.php
index 1741abf2d..ce31f0377 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -86,6 +86,7 @@ class CapabilitiesTest extends TestCase {
'raise-hand',
'room-description',
'rich-object-sharing',
+ 'temp-user-avatar-api',
];
}