Merge SingleInstanceSimpleWorker into SimpleWorker [MAILPOET-2385]
This commit is contained in:
@ -3,6 +3,7 @@ namespace MailPoet\Cron\Workers;
|
||||
|
||||
class SimpleWorkerMockImplementation extends SimpleWorker {
|
||||
const TASK_TYPE = 'mock_simple_worker';
|
||||
const SUPPORT_MULTIPLE_INSTANCES = false;
|
||||
|
||||
function init() {
|
||||
// to be mocked
|
||||
|
Reference in New Issue
Block a user