diff --git a/tests/phpunit/engines/LuaCommon/UriLibraryTest.php b/tests/phpunit/engines/LuaCommon/UriLibraryTest.php index b9fe2dd8..c6b45b8f 100644 --- a/tests/phpunit/engines/LuaCommon/UriLibraryTest.php +++ b/tests/phpunit/engines/LuaCommon/UriLibraryTest.php @@ -14,6 +14,7 @@ class Scribunto_LuaUriLibraryTest extends Scribunto_LuaEngineTestBase { 'wgScript' => '/w/index.php', 'wgScriptPath' => '/w', 'wgArticlePath' => '/wiki/$1', + 'wgFragmentMode' => [ 'legacy', 'html5' ], ] ); }