X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FparserTests.php;h=d7e8b86ca4eb69cc472eadb7cf7b907992ff0d9d;hb=2fa5569b7e381de0033a87ad4b65e74a6ca68705;hp=c04c159bed102f9e124ce5fb2f3453dbee12db85;hpb=ea4340e126eb2657cc878af74d53b9991844fb6b;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parserTests.php b/tests/parserTests.php index c04c159bed..d7e8b86ca4 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 @@ -27,8 +27,8 @@ $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' ); -require_once( __DIR__ . '/TestsAutoLoader.php' ); +require_once __DIR__ . '/../maintenance/commandLine.inc'; +require_once __DIR__ . '/TestsAutoLoader.php'; if ( isset( $options['help'] ) ) { echo <<