summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/tests
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/tests')
-rw-r--r--apps/updatenotification/tests/Controller/AdminControllerTest.php1
-rw-r--r--apps/updatenotification/tests/Notification/BackgroundJobTest.php3
-rw-r--r--apps/updatenotification/tests/Notification/NotifierTest.php3
3 files changed, 4 insertions, 3 deletions
diff --git a/apps/updatenotification/tests/Controller/AdminControllerTest.php b/apps/updatenotification/tests/Controller/AdminControllerTest.php
index 597b646ee6b..e40364cce09 100644
--- a/apps/updatenotification/tests/Controller/AdminControllerTest.php
+++ b/apps/updatenotification/tests/Controller/AdminControllerTest.php
@@ -101,5 +101,4 @@ class AdminControllerTest extends TestCase {
$expected = new DataResponse('MyGeneratedToken');
$this->assertEquals($expected, $this->adminController->createCredentials());
}
-
}
diff --git a/apps/updatenotification/tests/Notification/BackgroundJobTest.php b/apps/updatenotification/tests/Notification/BackgroundJobTest.php
index 04b0260811e..92f7bc2a8aa 100644
--- a/apps/updatenotification/tests/Notification/BackgroundJobTest.php
+++ b/apps/updatenotification/tests/Notification/BackgroundJobTest.php
@@ -80,7 +80,8 @@ class BackgroundJobTest extends TestCase {
$this->client,
$this->installer
);
- } {
+ }
+ {
return $this->getMockBuilder(BackgroundJob::class)
->setConstructorArgs([
$this->config,
diff --git a/apps/updatenotification/tests/Notification/NotifierTest.php b/apps/updatenotification/tests/Notification/NotifierTest.php
index 6c36a8a74aa..e071fb06b23 100644
--- a/apps/updatenotification/tests/Notification/NotifierTest.php
+++ b/apps/updatenotification/tests/Notification/NotifierTest.php
@@ -77,7 +77,8 @@ class NotifierTest extends TestCase {
$this->userSession,
$this->groupManager
);
- } {
+ }
+ {
return $this->getMockBuilder(Notifier::class)
->setConstructorArgs([
$this->urlGenerator,