SpecialUnblockTest: add missing parent::tearDown call
Change-Id: I87ef33cf6164d817c4f8407f929af4149b7273b6
This commit is contained in:
parent
09288e646d
commit
7f26254031
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class SpecialUnblockTest extends SpecialPageTestBase {
|
|||
|
||||
protected function tearDown() : void {
|
||||
$this->db->delete( 'ipblocks', '*', __METHOD__ );
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue