From 501c123672527db4d4c5fe7fb03cf99ae65e0b9e Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 5 Feb 2009 23:35:57 +0000 Subject: [PATCH] Make nofollow exceptions unset for parser tests This was causing a local parser test regression, because I had $wgNoFollowDomainExceptions containing wikipedia.org. --- maintenance/parserTests.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 7ca5f5f12b..cb9e8aedbb 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -545,6 +545,7 @@ class ParserTest { 'wgMaxTocLevel' => $maxtoclevel, 'wgCapitalLinks' => true, 'wgNoFollowLinks' => true, + 'wgNoFollowDomainExceptions' => array(), 'wgThumbnailScriptPath' => false, 'wgUseTeX' => false, 'wgLocaltimezone' => 'UTC', -- 2.20.1