diff options
Diffstat (limited to 'tests/parserTests.php')
-rw-r--r-- | tests/parserTests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parserTests.php b/tests/parserTests.php index 5d21319b..4d84025b 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'] ) ) { |