Modify the check for sender address
to implement rule for existing campaigns. [MAILPOET-5832]
This commit is contained in:
committed by
Aschepikov
parent
56556493fe
commit
ab23a01423
@ -236,7 +236,7 @@ class NewslettersTest extends \MailPoetTest {
|
||||
'cronHelper' => $this->cronHelper,
|
||||
'subscribersFeature' => Stub::make(Subscribers::class, ['check' => true]),
|
||||
'authorizedEmailsController' => Stub::make(AuthorizedEmailsController::class, [
|
||||
'isSenderAddressValidForActivation' => Expected::once(false),
|
||||
'isSenderAddressValid' => Expected::once(false),
|
||||
]),
|
||||
]);
|
||||
$res = $endpoint->setStatus([
|
||||
|
Reference in New Issue
Block a user