From d13a933feed48020cfb55f7ee765090ac6af46b0 Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Tue, 23 Feb 2016 14:00:34 -0800 Subject: [PATCH] Fix parserTests: Set scriptPath in setupGlobals() as well Follows-up to 2eeda9bc7, which only set it in setUp(). Change-Id: Ifafaeaab679f51d452419bea223a955afcc63b51 --- tests/parser/parserTest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [ [ -- 2.20.1