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:
parent
7a31c491d4
commit
d13a933fee
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ class ParserTest {
|
|||
'wgServer' => 'http://example.org',
|
||||
'wgServerName' => 'example.org',
|
||||
'wgScript' => '/index.php',
|
||||
'wgScriptPath' => '/',
|
||||
'wgScriptPath' => '',
|
||||
'wgArticlePath' => '/wiki/$1',
|
||||
'wgActionPaths' => [],
|
||||
'wgLockManagers' => [ [
|
||||
|
|
|
|||
Loading…
Reference in a new issue