From 6a0e704c62c6455d6e837b76d2495f3a77c350d3 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 11 May 2013 08:01:36 +0200 Subject: [PATCH] Fix --file parameter description in MediaWikiPHPUnitCommand.php Change-Id: Ie134c06943be38cd65f8dae54332d38278ea0f96 --- tests/phpunit/MediaWikiPHPUnitCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/MediaWikiPHPUnitCommand.php b/tests/phpunit/MediaWikiPHPUnitCommand.php index b9117fd5a5..f5760ea0d4 100644 --- a/tests/phpunit/MediaWikiPHPUnitCommand.php +++ b/tests/phpunit/MediaWikiPHPUnitCommand.php @@ -85,7 +85,7 @@ class MediaWikiPHPUnitCommand extends PHPUnit_TextUI_Command { ParserTest-specific options: --regex="" Only run parser tests that match the given regex - --file="" Prints the version and exits. + --file="" File describing parser tests --keep-uploads Re-use the same upload directory for each test, don't delete it -- 2.20.1