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.