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
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-14 17:25:49 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-15 11:39:56 +0300
commit6f9d48f6ff606031533f229b802c7e893fe35e10 (patch)
treed3bd310d05eef9d5332a3840c9a3c84cfc902883 /tests/Integration
parent4f89fbf81f91150229f66334dec6dfe5f40709c1 (diff)
Fix some issues reported by Psalm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/Integration')
-rw-r--r--tests/Integration/Service/MailTransmissionIntegrationTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Integration/Service/MailTransmissionIntegrationTest.php b/tests/Integration/Service/MailTransmissionIntegrationTest.php
index fad4b3f37..7d6f71362 100644
--- a/tests/Integration/Service/MailTransmissionIntegrationTest.php
+++ b/tests/Integration/Service/MailTransmissionIntegrationTest.php
@@ -76,6 +76,7 @@ class MailTransmissionIntegrationTest extends TestCase {
$mapper = OC::$server->query(MailAccountMapper::class);
$mailAccount = MailAccount::fromParams([
'userId' => $this->user->getUID(),
+ 'name' => 'Test User',
'email' => 'user@domain.tld',
'inboundHost' => 'localhost',
'inboundPort' => '993',