Remove empty _afters
MAILPOET-5145
This commit is contained in:
committed by
John Oleksowicz
parent
f90e869402
commit
e7f766aedf
@@ -334,10 +334,6 @@ class CronHelperTest extends \MailPoetTest {
|
||||
expect($this->cronHelper->validatePingResponse('something else'))->false();
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
|
||||
private function getDeamonTestData() {
|
||||
return [
|
||||
'token' => 'some_token',
|
||||
|
Reference in New Issue
Block a user