Fix integration tests compatibility
[MAILPOET-4001]
This commit is contained in:
@@ -1042,7 +1042,7 @@ class SendingQueueTest extends \MailPoetTest {
|
||||
return $queue;
|
||||
}
|
||||
|
||||
private function getSendingQueueWorker($newsletterRepositoryMock = null, $mailerMock = null) {
|
||||
private function getSendingQueueWorker($newsletterRepositoryMock = null, $mailerMock = null): SendingQueueWorker {
|
||||
return new SendingQueueWorker(
|
||||
$this->sendingErrorHandler,
|
||||
$this->sendingThrottlingHandler,
|
||||
|
Reference in New Issue
Block a user