Merge pull request #2446 from eltociear/patch-1

EncodeQTest: fix typo
This commit is contained in:
Marcus Bointon 2021-07-12 16:51:04 +02:00 committed by GitHub
commit 7d57e6c078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ final class EncodeQTest extends TestCase
'position' => 'text',
'charset' => PHPMailer::CHARSET_UTF8,
],
'Encode for text; char encoding explicit: utf-8; string containg "=" character' => [
'Encode for text; char encoding explicit: utf-8; string contains "=" character' => [
'input' => "Nov\xc3\xa1=",
'expected' => 'Nov=C3=A1=3D',
'position' => 'text',