From 2f92d9c8411cc420b8c284f1dd09b197cce02ca9 Mon Sep 17 00:00:00 2001 From: SirLouen Date: Tue, 12 Aug 2025 23:50:19 +0200 Subject: [PATCH] Improving Copy for mbstring intl test requirements --- test/PHPMailer/PHPMailerTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/PHPMailer/PHPMailerTest.php b/test/PHPMailer/PHPMailerTest.php index 1cc9ba14..3c835480 100644 --- a/test/PHPMailer/PHPMailerTest.php +++ b/test/PHPMailer/PHPMailerTest.php @@ -1121,7 +1121,7 @@ EOT; public function testConvertEncoding() { if (!PHPMailer::idnSupported()) { - self::markTestSkipped('intl and/or mbstring extensions are not available'); + self::markTestSkipped('Both intl and mbstring extensions are required.'); } $this->Mail->clearAllRecipients(); @@ -1166,7 +1166,7 @@ EOT; public function testDuplicateIDNRemoved() { if (!PHPMailer::idnSupported()) { - self::markTestSkipped('intl and/or mbstring extensions are not available'); + self::markTestSkipped('Both intl and mbstring extensions are required.'); } $this->Mail->clearAllRecipients(); @@ -1243,7 +1243,7 @@ EOT; //Beyond this point we need UTF-8 support if (!PHPMailer::idnSupported()) { - self::markTestSkipped('intl and/or mbstring extensions are not available'); + self::markTestSkipped('Both intl and mbstring extensions are required.'); } //Using a punycodable domain does not need SMTPUTF8