Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-30 12:17:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-30 12:28:28 +0300
commitc02827000c3482d2f2bb23e7cab5f899a81deea0 (patch)
treedfa32ed018bb785cab0facefba2d70ced552b49e /tests
parent1f2287d6a522360fe966f2fe78aec1dc25998fe6 (diff)
Do not use trailing commas yet
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Controller/MessagesControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/MessagesControllerTest.php b/tests/Unit/Controller/MessagesControllerTest.php
index c347dd7d5..23806aadc 100644
--- a/tests/Unit/Controller/MessagesControllerTest.php
+++ b/tests/Unit/Controller/MessagesControllerTest.php
@@ -153,7 +153,7 @@ class MessagesControllerTest extends TestCase {
$this->l10n,
$this->mimeTypeDetector,
$this->urlGenerator,
- $this->nonceManager,
+ $this->nonceManager
);
$this->account = $this->createMock(Account::class);