Replace Newsletter model with Doctrine in SendingQueue
[MAILPOET-5737]
This commit is contained in:
committed by
Aschepikov
parent
d8973fe925
commit
4fe642916e
@@ -206,7 +206,6 @@ class SendingQueueTest extends \MailPoetTest {
|
||||
$this->sendingThrottlingHandler,
|
||||
$this->statsNotificationsWorker,
|
||||
$this->loggerFactory,
|
||||
$this->newslettersRepository,
|
||||
$this->cronHelper,
|
||||
$this->subscribersFinder,
|
||||
$this->segmentsRepository,
|
||||
@@ -238,7 +237,6 @@ class SendingQueueTest extends \MailPoetTest {
|
||||
$this->sendingThrottlingHandler,
|
||||
$this->statsNotificationsWorker,
|
||||
$this->loggerFactory,
|
||||
$this->makeEmpty(NewslettersRepository::class),
|
||||
$this->cronHelper,
|
||||
$this->subscribersFinder,
|
||||
$this->segmentsRepository,
|
||||
@@ -287,7 +285,6 @@ class SendingQueueTest extends \MailPoetTest {
|
||||
$this->sendingThrottlingHandler,
|
||||
$this->statsNotificationsWorker,
|
||||
$this->loggerFactory,
|
||||
$this->makeEmpty(NewslettersRepository::class),
|
||||
$this->cronHelper,
|
||||
$this->subscribersFinder,
|
||||
$this->segmentsRepository,
|
||||
@@ -334,7 +331,6 @@ class SendingQueueTest extends \MailPoetTest {
|
||||
$this->sendingThrottlingHandler,
|
||||
$this->statsNotificationsWorker,
|
||||
$this->loggerFactory,
|
||||
$this->newslettersRepository,
|
||||
$this->cronHelper,
|
||||
$this->subscribersFinder,
|
||||
$this->segmentsRepository,
|
||||
@@ -651,7 +647,6 @@ class SendingQueueTest extends \MailPoetTest {
|
||||
$this->sendingThrottlingHandler,
|
||||
$this->statsNotificationsWorker,
|
||||
$this->loggerFactory,
|
||||
$this->makeEmpty(NewslettersRepository::class),
|
||||
$this->cronHelper,
|
||||
$this->subscribersFinder,
|
||||
$this->segmentsRepository,
|
||||
@@ -1112,7 +1107,6 @@ class SendingQueueTest extends \MailPoetTest {
|
||||
$this->sendingThrottlingHandler,
|
||||
$this->statsNotificationsWorker,
|
||||
$this->loggerFactory,
|
||||
$this->makeEmpty(NewslettersRepository::class),
|
||||
$this->cronHelper,
|
||||
$this->subscribersFinder,
|
||||
$this->segmentsRepository,
|
||||
@@ -1447,7 +1441,6 @@ class SendingQueueTest extends \MailPoetTest {
|
||||
$this->sendingThrottlingHandler,
|
||||
$this->statsNotificationsWorker,
|
||||
$this->loggerFactory,
|
||||
$this->newslettersRepository,
|
||||
$this->cronHelper,
|
||||
$this->subscribersFinder,
|
||||
$this->segmentsRepository,
|
||||
|
Reference in New Issue
Block a user