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

github.com/nextcloud/notifications.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>2018-02-16 15:14:30 +0300
committerJoas Schilling <coding@schilljs.com>2018-02-16 15:49:34 +0300
commit6861fe26f5ca34d0be234bb63ce78e62cff29047 (patch)
tree406eb0b8cedfbc6668ed499fafec6525a81da417 /tests
parentf753873b2d52e9d6ccac2433e8de5341aaea36e8 (diff)
Add capabilities for the new functionality
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/CapabilitiesTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Unit/CapabilitiesTest.php b/tests/Unit/CapabilitiesTest.php
index c08509e..27af8ab 100644
--- a/tests/Unit/CapabilitiesTest.php
+++ b/tests/Unit/CapabilitiesTest.php
@@ -42,6 +42,10 @@ class CapabilitiesTest extends TestCase {
'push' => [
'devices',
],
+ 'admin-notifications' => [
+ 'ocs',
+ 'cli',
+ ],
],
], $capabilities->getCapabilities());
}