X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FparserTests.php;h=9965c4382c55c1ee8b64837466a66f2abb5e5ec6;hb=7359b97354b49faa4c18597dad89914e67807005;hp=debb35751b21759f4669f44653b0be5d911faf6d;hpb=f10c9815e69b59844c178d218640bd1ac0435896;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parserTests.php b/tests/parserTests.php index debb35751b..9965c4382c 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -3,7 +3,7 @@ * MediaWiki parser test suite * * Copyright © 2004 Brion Vibber - * http://www.mediawiki.org/ + * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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';