Rename processQueueLogic() method to processQueueStrategy() [PREMIUM-4]

This commit is contained in:
Alexey Stoletniy
2017-05-09 15:42:37 +03:00
parent e85b969e11
commit ff5f87eeca
4 changed files with 7 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ class SimpleWorkerTest extends MailPoetTest {
$worker = Stub::construct(
$this->worker,
array(),
array('processQueueLogic' => false),
array('processQueueStrategy' => false),
$this
);
$result = $worker->processQueue($queue);