From 041dd937cf7338ddd36dd6f70228a31b19eab4f7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 18 Nov 2016 16:51:50 +0100 Subject: [PATCH] Update test Signed-off-by: Joas Schilling --- apps/comments/tests/Unit/AppInfo/ApplicationTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' ];