diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-03-29 09:45:38 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-03-29 09:55:04 +0100 |
commit | 0aa1a2c8333fb828e8f77a369d0f208c1fcb04e3 (patch) | |
tree | 5014df9871b7ba7f6e94a6b5d8afe675c77b0028 /ext/standard | |
parent | 402adc1df13557c805ccafbc97b9e62f829df7e0 (diff) | |
download | php-git-0aa1a2c8333fb828e8f77a369d0f208c1fcb04e3.tar.gz |
Fix test expectation
The `W32_SM_SENDMAIL_FROM_MALFORMED` error message will only be shown
if the `$additional_headers` parameter is passed to `mail`, which is
not the case for this test. Instead we have to expect `BAD_MSG_RPATH`.
Diffstat (limited to 'ext/standard')
-rw-r--r-- | ext/standard/tests/mail/mail_variation_alt3-win32.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/mail/mail_variation_alt3-win32.phpt b/ext/standard/tests/mail/mail_variation_alt3-win32.phpt index ae6e308715..e31607feaf 100644 --- a/ext/standard/tests/mail/mail_variation_alt3-win32.phpt +++ b/ext/standard/tests/mail/mail_variation_alt3-win32.phpt @@ -87,5 +87,5 @@ imap_close($imap_stream, CL_EXPUNGE); --EXPECTF-- *** Testing mail() : basic functionality *** -Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in %s on line %d +Warning: mail(): Bad Message Return Path in %s on line %d TEST COMPLETED : Unable to send test email |