Merge "Don't localize parentheses in version number in parserTests.php"
[lhc/web/wiklou.git] / tests / parserTests.php
index 5d21319..4d84025 100644 (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'] ) ) {