X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fphpunit%2Fincludes%2Fparser%2FNewParserTest.php;h=253c10b5d7fc599768b31317a7ed016def4da7ee;hb=e349358a5da3def796b92f9092fd28c8987bc23f;hp=4c72d1c9e4208da2c3a77b7ee9543fef99b8f41d;hpb=d3e26d290679cd0eb0862c4ebac4898e5da41a91;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index 4c72d1c9e4..253c10b5d7 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -148,6 +148,7 @@ class NewParserTest extends MediaWikiTestCase { # proper precedence when resolving links. (bug 51680) $tmpGlobals['wgExtraNamespaces'] = array( 100 => 'MemoryAlpha' ); + $tmpGlobals['wgLocalInterwikis'] = array( 'local', 'mi' ); # "extra language links" # see https://gerrit.wikimedia.org/r/111390 $tmpGlobals['wgExtraInterlanguageLinkPrefixes'] = array( 'mul' );