Add "-i" to MailTest's pipe

Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
pull/39607/head
FedericoHeichou 2 years ago committed by Arthur Schiwon
parent 3cf66ae156
commit 609e751667
  1. 2
      tests/lib/Mail/MailerTest.php

@ -72,7 +72,7 @@ class MailerTest extends TestCase {
public function sendmailModeProvider(): array {
return [
'smtp' => ['smtp', ' -bs'],
'pipe' => ['pipe', ' -t'],
'pipe' => ['pipe', ' -t -i'],
];
}

Loading…
Cancel
Save