Merge "Don't localize parentheses in version number in parserTests.php"

This commit is contained in:
jenkins-bot 2015-05-25 11:49:52 +00:00 committed by Gerrit Code Review
commit 96366c1cf1

View file

@ -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'] ) ) {