From: jenkins-bot Date: Mon, 25 May 2015 11:49:52 +0000 (+0000) Subject: Merge "Don't localize parentheses in version number in parserTests.php" X-Git-Tag: 1.31.0-rc.0~11291 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=96366c1cf1966ca07e8f0b4361bbca28bfaf43a0;hp=77192d294e1a1cd025db5c4d400d45d3ea2a244c;p=lhc%2Fweb%2Fwiklou.git Merge "Don't localize parentheses in version number in parserTests.php" --- diff --git a/tests/parserTests.php b/tests/parserTests.php index 5d21319bac..4d84025b27 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -80,7 +80,7 @@ if ( isset( $options['file'] ) ) { } # Print out software version to assist with locating regressions -$version = SpecialVersion::getVersion(); +$version = SpecialVersion::getVersion( 'nodb' ); echo "This is MediaWiki version {$version}.\n\n"; if ( isset( $options['fuzz'] ) ) {