Prevent segmentation of automation emails

[MAILPOET-4432]
This commit is contained in:
David Remer
2022-06-22 11:31:49 +03:00
committed by alex-mailpoet
parent c0504f52a0
commit 445d07ac68
4 changed files with 45 additions and 0 deletions

View File

@ -43,6 +43,10 @@ class SendingQueueTest extends \MailPoetTest {
]);
}
public function testItDoesNotScheduleAutomationEmailsWithTheSendingQueue() {
}
public function testItCreatesNewScheduledSendingQueueTask() {
$newsletter = $this->newsletter;
$newsletter->setStatus(NewsletterEntity::STATUS_SCHEDULED);