EncodeQTest: fix typo

containg -> contains
This commit is contained in:
Ikko Ashimine 2021-07-12 23:10:59 +09:00 committed by GitHub
parent 1265af38ea
commit 4c1adf79f3
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',