mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-28 02:00:01 +00:00
Set $wgFragmentMode for UriLibraryTest
It affects the behavior of mw.uri.anchorEncode() Change-Id: I3a704507cda79a2a48ec58ce9b7500667ea0dda3
This commit is contained in:
parent
ef8aff71ec
commit
8a8e51d8c7
|
@ -14,6 +14,7 @@ class Scribunto_LuaUriLibraryTest extends Scribunto_LuaEngineTestBase {
|
||||||
'wgScript' => '/w/index.php',
|
'wgScript' => '/w/index.php',
|
||||||
'wgScriptPath' => '/w',
|
'wgScriptPath' => '/w',
|
||||||
'wgArticlePath' => '/wiki/$1',
|
'wgArticlePath' => '/wiki/$1',
|
||||||
|
'wgFragmentMode' => [ 'legacy', 'html5' ],
|
||||||
] );
|
] );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue