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