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-05-10 11:25:23 +0300
committerJoas Schilling <coding@schilljs.com>2021-05-10 11:25:23 +0300
commit5548a5ebc70f1161f673f0a264d4841d7ad707e6 (patch)
tree485cba2b6854673d44b77e1f27391343194b8c0a /tests
parent43cb039617c33b1e1640462a450b62f7de3980ef (diff)
Add geo-location-sharing capability
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 ce31f0377..2381b4e42 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -87,6 +87,7 @@ class CapabilitiesTest extends TestCase {
'room-description',
'rich-object-sharing',
'temp-user-avatar-api',
+ 'geo-location-sharing',
];
}