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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-10 17:49:11 +0300
committerJoas Schilling <coding@schilljs.com>2016-10-10 17:49:11 +0300
commit728ad9c8b5e401e03d183c772fd795176a755aba (patch)
treece9150ad573ccd6f18fc547f77f3b7c3acc8a8cb /tests/Unit
parentbb713940afe0948b8b685ad0da1f731a653b0948 (diff)
Add icon support to the docs and the capabilities
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/CapabilitiesTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Unit/CapabilitiesTest.php b/tests/Unit/CapabilitiesTest.php
index 6df07f4..5165da5 100644
--- a/tests/Unit/CapabilitiesTest.php
+++ b/tests/Unit/CapabilitiesTest.php
@@ -35,6 +35,7 @@ class CapabilitiesTest extends TestCase {
'list',
'get',
'delete',
+ 'icon-supported',
],
],
], $capabilities->getCapabilities());