X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FparserTests.php;h=9965c4382c55c1ee8b64837466a66f2abb5e5ec6;hb=7359b97354b49faa4c18597dad89914e67807005;hp=d7e8b86ca4eb69cc472eadb7cf7b907992ff0d9d;hpb=7e29aeb731af476827017ca53cea1170a52f1e16;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parserTests.php b/tests/parserTests.php index d7e8b86ca4..9965c4382c 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -24,7 +24,8 @@ * @ingroup Testing */ -$otions = array( 'quick', 'color', 'quiet', 'help', 'show-output', 'record', 'run-disabled', 'run-parsoid' ); +$otions = array( 'quick', 'color', 'quiet', 'help', 'show-output', + 'record', 'run-disabled', 'run-parsoid' ); $optionsWithArgs = array( 'regex', 'filter', 'seed', 'setversion' ); require_once __DIR__ . '/../maintenance/commandLine.inc';