Files
piratepoet/tests/integration/Cron/Workers/SimpleWorkerMockImplementation.php
Jan Jakeš 01a0fe96c4 Remove no longer necessary checks
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00

11 lines
189 B
PHP

<?php
namespace MailPoet\Cron\Workers;
class SimpleWorkerMockImplementation extends SimpleWorker {
const TASK_TYPE = 'mock_simple_worker';
function init() {
// to be mocked
}
}