Skip to content

Commit

Permalink
Changed subject wording in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmoller committed May 6, 2024
1 parent 4e66c35 commit c61bbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/TestMessageFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function createMessageWithCustomHeaders(): Message
$message = new Message(
new Address("[email protected]"),
new Address("[email protected]"),
"We need a special character - Ø - so that escapeHeaderValue is used, and more than 75 characters - see documentation for quoted_printable_encode()",
"We need a special character - Ø - so that quoted_printable_encode is used, and more than 75 characters - see documentation for quoted_printable_encode()",
"Hello!"
);

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/MIMEWriterCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public function writeMessageWithCustomHeaders(UnitTester $I): void
Date: Thu, 15 Sep 2016 17:20:54 +0200
To: [email protected]
From: [email protected]
Subject: =?UTF-8?Q?We need a special character - =C3=98 - so that escapeHeaderValue is used, and more than 75 characters - see documentation for quoted_printable_encode()?=
Subject: =?UTF-8?Q?We need a special character - =C3=98 - so that quoted_printable_encode is used, and more than 75 characters - see documentation for quoted_printable_encode()?=
MIME-Version: 1.0
X-Custom-Header: custom-value
Content-Type: text/plain; charset=UTF-8
Expand Down

0 comments on commit c61bbcd

Please sign in to comment.