0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00

More test feedback

This commit is contained in:
Marcus Bointon 2017-02-14 12:14:19 +01:00
parent 16a060be1a
commit ec5661e699
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -1329,7 +1329,7 @@ EOT;
$message = $this->Mail->getSentMIMEMessage();
$this->assertFalse(
PHPMailer::hasLineLongerThanMax($message),
'Long line not corrected (Max: '.(PHPMailer::MAX_LINE_LENGTH + strlen(PHPMailer::getLE())). ' chars).'
'Long line not corrected (Max: '.(PHPMailer::MAX_LINE_LENGTH + strlen(PHPMailer::getLE())). ' chars). Message:'. $message
);
$this->assertContains(
'Content-Transfer-Encoding: quoted-printable',