From d51fc0d0c3485a13ee146a54ea734d19a25641fa Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 29 May 2008 16:17:08 +0000 Subject: [PATCH] Clear $wgForeignFileRepos on parser test run. Otherwise some of our test images that are supposed to be missing show up as existing if you have Wikipedia or Commons set up as a foreign repo. :) --- maintenance/parserTests.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index a00581355f..1e1c483a0b 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -412,6 +412,7 @@ class ParserTest { 'createtalk' => true, ) ), 'wgDefaultExternalStore' => array(), + 'wgForeignFileRepos' => array(), ); $this->savedGlobals = array(); foreach( $settings as $var => $val ) { -- 2.20.1