Add "-i" to MailTest's pipe

Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
This commit is contained in:
FedericoHeichou 2023-07-28 14:46:23 +02:00 committed by Arthur Schiwon
parent 3cf66ae156
commit 609e751667
1 changed files with 1 additions and 1 deletions

View File

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