From: Brion Vibber Date: Wed, 22 Dec 2004 01:52:35 +0000 (+0000) Subject: set capital links on for tests X-Git-Tag: 1.5.0alpha1~1057 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=a3f1a5852bf6338970c6a8252e5cd4d6260e1420;p=lhc%2Fweb%2Fwiklou.git set capital links on for tests --- diff --git a/maintenance/parserTests.php b/maintenance/parserTests.php index 614053981a..6f6184f71c 100644 --- a/maintenance/parserTests.php +++ b/maintenance/parserTests.php @@ -297,6 +297,7 @@ class ParserTest { 'wgContLang' => new LanguageUtf8(), 'wgNamespacesWithSubpages' => array( 0 => preg_match('/\\bsubpage\\b/i', $opts)), 'wgMaxTocLevel' => 999, + 'wgCapitalLinks' => true, ); $this->savedGlobals = array(); foreach( $settings as $var => $val ) {