]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update test 2154/head
authorJoas Schilling <coding@schilljs.com>
Fri, 18 Nov 2016 15:51:50 +0000 (16:51 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 18 Nov 2016 15:51:50 +0000 (16:51 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/comments/tests/Unit/AppInfo/ApplicationTest.php

index c11d7857496d683d0cdb606a93b9f5a1796538d9..e0a47dbfff9b9afe43dce8f2713752ab0985b6e5 100644 (file)
@@ -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'
                ];