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' ];