Followup to r90090 -- thou shalt add parent:: calls to both overridden tearDown ...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 15 Jun 2011 20:51:17 +0000 (20:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 15 Jun 2011 20:51:17 +0000 (20:51 +0000)
commit1cc4bae5f87414c2ac24aa0e4ca185df2148e63c
tree5787706657a0adb4200deaa03affd55fcafe19eb
parent15445510ff6cffc61e95406a83b29181cecb9ffd
Followup to r90090 -- thou shalt add parent:: calls to both overridden tearDown *and* overridden setUp ()

Had been resulting in fatal errors when running TimeAdjustTest, due to trying to use an old $wgContLang value that had never gotten saved properly because the parent class setUp() was not called.
tests/phpunit/includes/TimeAdjustTest.php