X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FparserTests.php;h=d7e8b86ca4eb69cc472eadb7cf7b907992ff0d9d;hb=59002d8935e48d1e6c0640b0f7102c9ff6dd2ef5;hp=2e5cd53d00c01dadbe9504a6b409bbf228900fec;hpb=85e881945d795474fa931cba569cf8909083c3a0;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parserTests.php b/tests/parserTests.php index 2e5cd53d00..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 <<fuzzTest( $files );