From: Max Semenik Date: Mon, 15 Feb 2010 05:49:10 +0000 (+0000) Subject: Was it supposed to be a comma instead of dot? :) X-Git-Tag: 1.31.0-rc.0~37758 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=b9f1fef0c2f6116db6b252dcc6f274bd7d8cb22b;p=lhc%2Fweb%2Fwiklou.git Was it supposed to be a comma instead of dot? :) --- 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" ) ) {