Move dbSetup=true; follow-up d920237
authorMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 15 Mar 2016 02:49:13 +0000 (22:49 -0400)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 15 Mar 2016 02:52:46 +0000 (22:52 -0400)
commit9d74ee8bd8afbaa60d797dd6c532bcf877c5540b
tree1fbde7a0c0ae0f98551beaa174c0754705963404
parentd7a2302a315b71f8c2ca289c4aca0ff3513fa7cf
Move dbSetup=true; follow-up d920237

See https://gerrit.wikimedia.org/r/#/c/274643/8/tests/phpunit/MediaWikiTestCase.php

I unintentionally changed it so dbSetup wasn't always set to true
(it was in the early return case in the old code, but not the new)

Bug: T95870
Change-Id: I2119b0233330b88a61d15fe4dc55fe855fce4b6a
tests/phpunit/MediaWikiTestCase.php