Remove empty _afters
MAILPOET-5145
This commit is contained in:
committed by
John Oleksowicz
parent
f90e869402
commit
e7f766aedf
@@ -170,10 +170,6 @@ class AutomationStatisticsStorageTest extends \MailPoetTest {
|
||||
$this->assertEquals(1, $stats->getEntered());
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
|
||||
private function createRun(Automation $automation, string $status) {
|
||||
$run = AutomationRun::fromArray([
|
||||
'automation_id' => $automation->getId(),
|
||||
|
Reference in New Issue
Block a user