Fix broken unit test
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 25 Jan 2012 03:45:01 +0000 (03:45 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 25 Jan 2012 03:45:01 +0000 (03:45 +0000)
commit3065ece7a20f1333396b32b199524f3f96eb54c3
tree8072679460d8feb9f20e0f5533bff82258c9549a
parent3c9d05055b29c858aa1d89089fb52e3b60869b12
Fix broken unit test
* r109993 broke the test by overwriting namespaces it tried to preserve
* tearDown should always have the opposite order of the overrides in setUp
* Adding wgLanguageCode while at it, no reason not to, just in case.

-- Follows-up r109993
tests/phpunit/includes/HtmlTest.php