From b9f1fef0c2f6116db6b252dcc6f274bd7d8cb22b Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Mon, 15 Feb 2010 05:49:10 +0000 Subject: [PATCH] Was it supposed to be a comma instead of dot? :) --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index eab4ea972a..b3f1a647dd 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -25,7 +25,7 @@ */ /** */ -$options = array( 'quick', 'color', 'quiet', 'help', 'show-output', 'record'. 'run-disabled' ); +$options = array( 'quick', 'color', 'quiet', 'help', 'show-output', 'record', 'run-disabled' ); $optionsWithArgs = array( 'regex', 'seed', 'setversion' ); if ( !defined( "NO_COMMAND_LINE" ) ) { -- 2.20.1