diff options
Diffstat (limited to 'test/it_mail.t')
-rwxr-xr-x | test/it_mail.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/it_mail.t b/test/it_mail.t index 9c882b8..e5e8ab8 100755 --- a/test/it_mail.t +++ b/test/it_mail.t @@ -56,13 +56,13 @@ is( "Don't remove quoting characters from realname when it contains a quotable character" ); -$mail = new it_mail(array( +$mail = new it_mail([ 'From' => 'Someone Ïmportant <ïmportant@search.ch>', 'To' => 'éxample@example.com, example@example.com, Sömeone Ëlse <sömeone@example.com>, "Alfred E. Neuman" <neuman@example.com>, "Schmitt, Sören" <schmitt@example.com>', 'Cc' => 'éxample@example.com, example@example.com, Sömeone Ëlse <sömeone@example.com>, "Alfred E. Neuman" <neuman@example.com>, "Schmitt, Sören" <schmitt@example.com>', 'Bcc' => 'éxample@example.com, example@example.com, Sömeone Ëlse <sömeone@example.com>, "Alfred E. Neuman" <neuman@example.com>, "Schmitt, Sören" <schmitt@example.com>', 'Subject' => "§önÐë®z€ı¢ħèṇ" -)); +]); is( $mail->to[0], |