Prefix Swiftmailer class strings missed by PHPScoper, add tests
[MAILPOET-2448]
This commit is contained in:
committed by
Jack Kitterhing
parent
ae7ee6f0ed
commit
3c3baeb9a9
@ -35,7 +35,7 @@ class SendGridTest extends \MailPoetTest {
|
||||
);
|
||||
$this->subscriber = 'Recipient <mailpoet-phoenix-test@mailinator.com>';
|
||||
$this->newsletter = [
|
||||
'subject' => 'testing SendGrid',
|
||||
'subject' => 'testing SendGrid … © & ěščřžýáíéůėꀿąß∂ 😊👨👩👧👧', // try some special chars
|
||||
'body' => [
|
||||
'html' => 'HTML body',
|
||||
'text' => 'TEXT body',
|
||||
|
Reference in New Issue
Block a user