Merge "Speed up password-handling in the unit tests"
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiTestCase.php
index ce09eda..c242923 100644 (file)
@@ -501,6 +501,7 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase {
                }
                $wgRequest = new FauxRequest();
                MediaWiki\Session\SessionManager::resetCache();
+               MediaWiki\Auth\AuthManager::resetCache();
 
                $phpErrorLevel = intval( ini_get( 'error_reporting' ) );