EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/161373

Change subject: Swap order of parent::tearDown() to attempt getting thanks 
tests working
......................................................................

Swap order of parent::tearDown() to attempt getting thanks tests working

Change-Id: I142a0ba5ead63dd36049e90ccbb2f9858e325301
---
M tests/phpunit/SpamFilter/AbuseFilterTest.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/73/161373/1

diff --git a/tests/phpunit/SpamFilter/AbuseFilterTest.php 
b/tests/phpunit/SpamFilter/AbuseFilterTest.php
index c2fb43a..4ce86a9 100644
--- a/tests/phpunit/SpamFilter/AbuseFilterTest.php
+++ b/tests/phpunit/SpamFilter/AbuseFilterTest.php
@@ -88,10 +88,10 @@
        }
 
        protected function tearDown() {
+               parent::tearDown();
                foreach ( $this->tablesUsed as $table ) {
                        $this->db->delete( $table, '*', __METHOD__ );
                }
-               parent::tearDown();
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/161373
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I142a0ba5ead63dd36049e90ccbb2f9858e325301
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to