Explorar el Código

Update test

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v11.0RC2
Joas Schilling hace 7 años
padre
commit
041dd937cf
No account linked to committer's email address
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      apps/comments/tests/Unit/AppInfo/ApplicationTest.php

+ 3
- 1
apps/comments/tests/Unit/AppInfo/ApplicationTest.php Ver fichero

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


Cargando…
Cancelar
Guardar