Remove empty _afters
MAILPOET-5145
This commit is contained in:
committed by
John Oleksowicz
parent
f90e869402
commit
e7f766aedf
@ -155,8 +155,4 @@ class TriggerHandlerTest extends \MailPoetTest {
|
||||
$this->testee->processTrigger($trigger, [$segmentSubject]);
|
||||
$this->assertEmpty($this->automationRunStorage->getAutomationRunsForAutomation($automation1));
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user