Remove empty _afters
MAILPOET-5145
This commit is contained in:
committed by
John Oleksowicz
parent
f90e869402
commit
e7f766aedf
@ -586,10 +586,6 @@ class ServicesTest extends \MailPoetTest {
|
||||
expect($response->errors[0]['message'])->equals('Sending of congratulatory email failed.');
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
|
||||
public function testItRespondsWithCorrectMessageIfKeyDoesntSupportMSS() {
|
||||
$bridge = $this->make(
|
||||
new Bridge(),
|
||||
|
@ -54,8 +54,4 @@ class SetupTest extends \MailPoetTest {
|
||||
$hookName = 'mailpoet_setup_reset';
|
||||
expect(WPHooksHelper::isActionDone($hookName))->true();
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
}
|
||||
|
@ -49,8 +49,4 @@ class TagsTest extends \MailPoetTest {
|
||||
$result = $this->testee->create([]);
|
||||
$this->assertEquals(400, $result->status);
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
parent::_after();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user