Make RecentChangeTest work by using the same context for expected and actual results...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 5 Mar 2012 21:21:34 +0000 (21:21 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 5 Mar 2012 21:21:34 +0000 (21:21 +0000)
commit1f6f0371cc8eaf9e1a707d942cd920971e395467
tree3b9043c0efc6da272be96832f31909f060d8d00b
parent6b0406983044b0f5c07ec8a2904a58a00b101019
Make RecentChangeTest work by using the same context for expected and actual results. They were failing on my installation because $wgLang->getCode() != $wgContLang->getCode() when the test was called.
tests/phpunit/includes/RecentChangeTest.php