From: Arlo Breault Date: Tue, 23 Feb 2016 22:00:34 +0000 (-0800) Subject: Fix parserTests: Set scriptPath in setupGlobals() as well X-Git-Tag: 1.31.0-rc.0~7854 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=d13a933feed48020cfb55f7ee765090ac6af46b0;p=lhc%2Fweb%2Fwiklou.git Fix parserTests: Set scriptPath in setupGlobals() as well Follows-up to 2eeda9bc7, which only set it in setUp(). Change-Id: Ifafaeaab679f51d452419bea223a955afcc63b51 --- diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index 549a51f6a5..c42ff30634 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -829,7 +829,7 @@ class ParserTest { 'wgServer' => 'http://example.org', 'wgServerName' => 'example.org', 'wgScript' => '/index.php', - 'wgScriptPath' => '/', + 'wgScriptPath' => '', 'wgArticlePath' => '/wiki/$1', 'wgActionPaths' => [], 'wgLockManagers' => [ [