From: Ilmari Karonen Date: Tue, 23 Dec 2008 14:24:38 +0000 (+0000) Subject: (bug 16769) reset $wgNamespaceProtection to default value before running parser tests X-Git-Tag: 1.31.0-rc.0~43825 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=b21751bb16846e534a2e4fe99d5003685a486305;p=lhc%2Fweb%2Fwiklou.git (bug 16769) reset $wgNamespaceProtection to default value before running parser tests --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index e0c6a215c4..ecb8c203d3 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -559,6 +559,7 @@ class ParserTest { 'createpage' => true, 'createtalk' => true, ) ), + 'wgNamespaceProtection' => array( NS_MEDIAWIKI => 'editinterface' ), 'wgDefaultExternalStore' => array(), 'wgForeignFileRepos' => array(), 'wgLinkHolderBatchSize' => $linkHolderBatchSize,