From: FunPika Date: Sat, 24 May 2014 01:42:31 +0000 (-0400) Subject: Don't localize parentheses in version number in parserTests.php X-Git-Tag: 1.31.0-rc.0~11291^2 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=b6537fa7fdd5fad30d7702bba3f997a760493af6;p=lhc%2Fweb%2Fwiklou.git Don't localize parentheses in version number in parserTests.php Bug: 40254 Change-Id: I49d342f47d959d072c2159426517475e4409251d --- diff --git a/tests/parserTests.php b/tests/parserTests.php index d7e8b86ca4..fa12b0dfad 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -83,7 +83,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'] ) ) {