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 9787007 commit 883983cCopy full SHA for 883983c
tests/phpunit/tests/pluggable/wpMail.php
@@ -83,7 +83,7 @@ public function test_wp_mail_custom_boundaries() {
83
84
// We need some better assertions here but these catch the failure for now.
85
$this->assertSameIgnoreEOL( $body, $mailer->get_sent()->body );
86
- $this->assertStringContainsString( 'boundary="----=_Part_4892_25692638.1192452070893"', iconv_mime_decode_headers( ( $mailer->get_sent()->header ) )['Content-Type'][0] );
+ $this->assertStringContainsString( 'boundary="----=_Part_4892_25692638.1192452070893"', $mailer->get_sent()->header );
87
$this->assertStringContainsString( 'charset=', $mailer->get_sent()->header );
88
}
89
0 commit comments