Update test

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2154/head
Joas Schilling 9 years ago
parent a845f7bc01
commit 041dd937cf
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
  1. 4
      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'
];

Loading…
Cancel
Save