Remove empty _afters
MAILPOET-5145
This commit is contained in:
committed by
John Oleksowicz
parent
f90e869402
commit
e7f766aedf
@@ -220,10 +220,6 @@ class AutomationRunLogTest extends \MailPoetTest {
|
||||
expect(count($error['trace']))->greaterThan(0);
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
|
||||
private function getLogsForAction($callback = null) {
|
||||
if ($callback === null) {
|
||||
$callback = function() {
|
||||
|
Reference in New Issue
Block a user