We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baf282 commit 876ee05Copy full SHA for 876ee05
1 file changed
tests/lib/Mail/MailerTest.php
@@ -72,7 +72,7 @@ public function testGetSendmailInstanceSendMail($sendmailMode, $binaryParam) {
72
['mail_sendmailmode', 'smtp', $sendmailMode],
73
]));
74
75
- $this->assertEquals(new \Swift_SendmailTransport('/usr/sbin/sendmail -bs'), self::invokePrivate($this->mailer, 'getSendMailInstance'));
+ $this->assertEquals(new \Swift_SendmailTransport('/usr/sbin/sendmail' . $binaryParam), self::invokePrivate($this->mailer, 'getSendMailInstance'));
76
}
77
78
/**
0 commit comments