From: Aryeh Gregor Date: Fri, 5 Jun 2009 16:11:15 +0000 (+0000) Subject: Remove $wgSectionContainers from parser tests X-Git-Tag: 1.31.0-rc.0~41492 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=a4c9ae4001e2bfa8a70fcdc126f467b35e08a50b;p=lhc%2Fweb%2Fwiklou.git Remove $wgSectionContainers from parser tests The functionality was removed in r50769, so parser tests no longer need to bother setting it to false. --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 77ffaa495d..334b2795b7 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -572,7 +572,6 @@ class ParserTest { 'wgEnforceHtmlIds' => true, 'wgExternalLinkTarget' => false, 'wgAlwaysUseTidy' => false, - 'wgSectionContainers' => false, ); if ($config) {