Fix integration test
[MAILPOET-1787]
This commit is contained in:
@@ -55,7 +55,10 @@ class MailPoetMapperTest extends \MailPoetTest {
|
|||||||
expect($error->getMessage())->equals(Helpers::replaceLinkTags(
|
expect($error->getMessage())->equals(Helpers::replaceLinkTags(
|
||||||
__('You currently are not permitted to send any emails with MailPoet Sending Service, which may have happened due to poor deliverability. Please [link]contact our support team[/link] to resolve the issue.', 'mailpoet'),
|
__('You currently are not permitted to send any emails with MailPoet Sending Service, which may have happened due to poor deliverability. Please [link]contact our support team[/link] to resolve the issue.', 'mailpoet'),
|
||||||
'https://www.mailpoet.com/support/',
|
'https://www.mailpoet.com/support/',
|
||||||
array('target' => '_blank')
|
array(
|
||||||
|
'target' => '_blank',
|
||||||
|
'rel' => 'noopener noreferrer',
|
||||||
|
)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user