SpecialUnblockTest: add missing parent::tearDown call

Change-Id: I87ef33cf6164d817c4f8407f929af4149b7273b6
This commit is contained in:
DannyS712 2021-01-21 07:36:09 +00:00
parent 09288e646d
commit 7f26254031

View file

@ -26,6 +26,7 @@ class SpecialUnblockTest extends SpecialPageTestBase {
protected function tearDown() : void {
$this->db->delete( 'ipblocks', '*', __METHOD__ );
parent::tearDown();
}
/**