summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-18 16:51:50 +0100
committerJoas Schilling <coding@schilljs.com>2016-11-18 16:51:50 +0100
commit041dd937cf7338ddd36dd6f70228a31b19eab4f7 (patch)
tree161a80535ff843c19f8f9a7160c3d1a2c12ec3a6 /apps/comments/tests
parenta845f7bc0188cf42ac60fd6b5e30063c484e758d (diff)
downloadnextcloud-server-041dd937cf7338ddd36dd6f70228a31b19eab4f7.tar.gz
nextcloud-server-041dd937cf7338ddd36dd6f70228a31b19eab4f7.zip
Update test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/comments/tests')
-rw-r--r--apps/comments/tests/Unit/AppInfo/ApplicationTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/comments/tests/Unit/AppInfo/ApplicationTest.php b/apps/comments/tests/Unit/AppInfo/ApplicationTest.php
index c11d7857496..e0a47dbfff9 100644
--- a/apps/comments/tests/Unit/AppInfo/ApplicationTest.php
+++ b/apps/comments/tests/Unit/AppInfo/ApplicationTest.php
@@ -52,8 +52,10 @@ class ApplicationTest extends TestCase {
$this->assertInstanceOf('OCA\Comments\Controller\Notifications', $s);
$services = [
- 'OCA\Comments\Activity\Extension',
+ 'OCA\Comments\Activity\Filter',
'OCA\Comments\Activity\Listener',
+ 'OCA\Comments\Activity\Provider',
+ 'OCA\Comments\Activity\Setting',
'OCA\Comments\Notification\Listener'
];