Add more logging for sending debugging [MAILPOET-2084]

This commit is contained in:
wxa
2019-05-16 12:45:56 +03:00
committed by M. Shull
parent f726f96bfa
commit 6b4e1fc055
6 changed files with 49 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class SendingQueueTest extends \MailPoetTest {
array(
'processQueue' => function() {
// this function returns a queue object
return (object)array('status' => null);
return (object)array('status' => null, 'task_id' => 0);
},
'enforceSendingAndExecutionLimits' => Expected::exactly(2)
), $this);