Create worker

[MAILPOET-1859]
This commit is contained in:
Pavel Dohnal
2019-07-09 11:14:14 +02:00
committed by M. Shull
parent d79b9443b6
commit 8a86a473df
5 changed files with 48 additions and 5 deletions

View File

@@ -257,6 +257,7 @@ class DaemonHttpRunnerTest extends \MailPoetTest {
'createScheduleWorker' => $worker,
'createQueueWorker' => $worker,
'createStatsNotificationsWorker' => $worker,
'createStatsNotificationsWorkerForAutomatedEmails' => $worker,
'createSendingServiceKeyCheckWorker' => $worker,
'createPremiumKeyCheckWorker' => $worker,
'createBounceWorker' => $worker,