summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests/Unit/AppInfo/ApplicationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/tests/Unit/AppInfo/ApplicationTest.php')
-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'
];