Fix parserTests: Set scriptPath in setupGlobals() as well

Follows-up to 2eeda9bc7, which only set it in setUp().

Change-Id: Ifafaeaab679f51d452419bea223a955afcc63b51
This commit is contained in:
Arlo Breault 2016-02-23 14:00:34 -08:00 committed by Krinkle
parent 7a31c491d4
commit d13a933fee

View file

@ -829,7 +829,7 @@ class ParserTest {
'wgServer' => 'http://example.org',
'wgServerName' => 'example.org',
'wgScript' => '/index.php',
'wgScriptPath' => '/',
'wgScriptPath' => '',
'wgArticlePath' => '/wiki/$1',
'wgActionPaths' => [],
'wgLockManagers' => [ [