From 7aa80026cbbb25f7a6e26cccb14b5afee62b4e8e Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Thu, 18 Feb 2021 11:48:59 +0100 Subject: [PATCH] CS --- test/PHPMailerTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/PHPMailerTest.php b/test/PHPMailerTest.php index 8b4f052c..1164f6a4 100644 --- a/test/PHPMailerTest.php +++ b/test/PHPMailerTest.php @@ -3034,7 +3034,8 @@ EOT; */ public function imapParsedAddressList_parseAddress_returnsAddressArray() { - $addressLine = 'joe@example.com, , Joe Doe , "John O\'Groats" ,' . + $addressLine = 'joe@example.com, , Joe Doe ,' . + ' "John O\'Groats" ,' . ' =?utf-8?B?0J3QsNC30LLQsNC90LjQtSDRgtC10YHRgtCw?= '; //Test using PHPMailer's own parser @@ -3076,7 +3077,8 @@ EOT; if (!extension_loaded('imap')) { $this->markTestSkipped("imap extension missing, can't run this test"); } - $addressLine = 'joe@example.com, , Joe Doe , "John O\'Groats" ,' . + $addressLine = 'joe@example.com, , Joe Doe ,' . + ' "John O\'Groats" ,' . ' =?utf-8?B?0J3QsNC30LLQsNC90LjQtSDRgtC10YHRgtCw?= '; $expected = [ [