From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- tests/parserTests.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests/parserTests.php') diff --git a/tests/parserTests.php b/tests/parserTests.php index 99ea2ed4..d930ac5a 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -24,8 +24,8 @@ * @ingroup Testing */ -$options = array( 'quick', 'color', 'quiet', 'help', 'show-output', 'record', 'run-disabled' ); -$optionsWithArgs = array( 'regex', 'seed', 'setversion' ); +$otions = array( 'quick', 'color', 'quiet', 'help', 'show-output', 'record', 'run-disabled' ); +$optionsWithArgs = array( 'regex', 'filter', 'seed', 'setversion' ); require_once( dirname( __FILE__ ) . '/../maintenance/commandLine.inc' ); @@ -39,13 +39,14 @@ Options: --quiet Suppress notification of passed tests (shows only failed tests) --show-output Show expected and actual output --color[=yes|no] Override terminal detection and force color output on or off - use wgCommandLineDarkBg = true; if your term is dark + use wgCommandLineDarkBg = true; if your term is dark --regex Only run tests whose descriptions which match given regex + --filter Alias for --regex --file= Run test cases from a custom file instead of parserTests.txt --record Record tests in database --compare Compare with recorded results, without updating the database. --setversion When using --record, set the version string to use (useful - with git-svn so that you can get the exact revision) + with git-svn so that you can get the exact revision) --keep-uploads Re-use the same upload directory for each test, don't delete it --fuzz Do a fuzz test instead of a normal test --seed Start the fuzz test from the specified seed -- cgit v1.2.3-54-g00ecf