X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FMediaWikiIntegrationTestCase.php;h=24a601e8175d4937549cbfaa571c9b624026c8a1;hb=fadd3277f73c8922cea2443a7e6566f54726fbbc;hp=a82c0648f63f63920a5301673729eb4c86e53390;hpb=8e0ef3e187b4b8ebe847dbc8ae1ec2b96ed58ae0;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/MediaWikiIntegrationTestCase.php b/tests/phpunit/MediaWikiIntegrationTestCase.php index a82c0648f6..24a601e817 100644 --- a/tests/phpunit/MediaWikiIntegrationTestCase.php +++ b/tests/phpunit/MediaWikiIntegrationTestCase.php @@ -407,6 +407,7 @@ abstract class MediaWikiIntegrationTestCase extends PHPUnit\Framework\TestCase { $wgRequest = new FauxRequest(); MediaWiki\Session\SessionManager::resetCache(); + Language::clearCaches(); } public function run( PHPUnit_Framework_TestResult $result = null ) {