X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fauth%2FAuthManagerTest.php;h=a8405992fe8dd65f1c61e4436aeb5d3471c22ca5;hb=7471e1db1b613d035f981f489f8683a177acff7e;hp=015fb3e633c01b42889ca358c88b14bd47dd3c57;hpb=975cd8710036865784a97aaffe2c0a3f69c8580c;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/auth/AuthManagerTest.php b/tests/phpunit/includes/auth/AuthManagerTest.php index 015fb3e633..a8405992fe 100644 --- a/tests/phpunit/includes/auth/AuthManagerTest.php +++ b/tests/phpunit/includes/auth/AuthManagerTest.php @@ -611,7 +611,7 @@ class AuthManagerTest extends \MediaWikiTestCase { $this->assertSame( 'de', $user->getOption( 'language' ) ); $this->assertSame( 'zh', $user->getOption( 'variant' ) ); - $this->setMwGlobals( 'wgContLang', \Language::factory( 'en' ) ); + $this->setMwGlobals( 'wgContLang', \Language::factory( 'fr' ) ); $user = \User::newFromName( self::usernameForCreation() ); $user->addToDatabase();