From 6f9d48f6ff606031533f229b802c7e893fe35e10 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 14 Oct 2020 16:25:49 +0200 Subject: Fix some issues reported by Psalm Signed-off-by: Christoph Wurst --- tests/Integration/Service/MailTransmissionIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Integration') 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', -- cgit v1.2.3