Set content language for test to en to ensure it passes
authorThalia <thalia.e.chan@googlemail.com>
Mon, 3 Jun 2019 17:44:11 +0000 (13:44 -0400)
committerThalia <thalia.e.chan@googlemail.com>
Mon, 3 Jun 2019 17:44:11 +0000 (13:44 -0400)
Change-Id: I5bff92e304795ac4f76fd07f12f3598fbf816f39

tests/phpunit/includes/user/ExternalUserNamesTest.php

index 429bda4..53f47a0 100644 (file)
@@ -27,6 +27,8 @@ class ExternalUserNamesTest extends MediaWikiTestCase {
         * @dataProvider provideGetUserLinkTitle
         */
        public function testGetUserLinkTitle( $username, $expected ) {
+               $this->setContentLang( 'en' );
+
                $interwikiLookupMock = $this->getMockBuilder( InterwikiLookup::class )
                        ->getMock();