Remove empty _afters
MAILPOET-5145
This commit is contained in:
committed by
John Oleksowicz
parent
f90e869402
commit
e7f766aedf
@@ -276,10 +276,6 @@ class DaemonHttpRunnerTest extends \MailPoetTest {
|
||||
$daemon->ping();
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
|
||||
private function createWorkersFactoryMock(array $workers = []) {
|
||||
$worker = $this->makeEmpty(SimpleWorker::class, [
|
||||
'process' => null,
|
||||
|
Reference in New Issue
Block a user