Remove empty _afters
MAILPOET-5145
This commit is contained in:
committed by
John Oleksowicz
parent
f90e869402
commit
e7f766aedf
@@ -89,10 +89,6 @@ class DaemonTest extends \MailPoetTest {
|
||||
$this->wp->removeFilter('mailpoet_cron_get_execution_limit', $limitCallback);
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
|
||||
private function createWorkersFactoryMock(array $workers = []) {
|
||||
return $this->make(WorkersFactory::class, $workers + [
|
||||
'createScheduleWorker' => $this->createSimpleWorkerMock(),
|
||||
|
Reference in New Issue
Block a user