(bug 43307) L10n recache needed in LogFormatterTest::tearDown
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 20 Dec 2012 19:55:40 +0000 (14:55 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 20 Dec 2012 19:55:40 +0000 (14:55 -0500)
commit3b1ce4902342f7b1f50dc44a487884f495159bbc
tree8cc9e9fdd1a568ec5681b3696a0e8de88df6197b
parentb6f1f03ae0554d43ac37b2991bc76277a3339fe3
(bug 43307) L10n recache needed in LogFormatterTest::tearDown

LogFormatterTest replaces all extension localization files in
$wgExtensionMessagesFiles with its own, and correctly restores this
variable. But it neglects to refresh the localization cache after
restoring the variable, so subsequent extension tests are missing their
localization.

Change-Id: I74809af47830a5e09c36f8fec20c9c65b1e3aa17
tests/phpunit/includes/logging/LogFormatterTest.php