X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FparserTests.php;h=d7e8b86ca4eb69cc472eadb7cf7b907992ff0d9d;hb=e50ef5784e237ce26c91ec402cb94669c78e303e;hp=2e5cd53d00c01dadbe9504a6b409bbf228900fec;hpb=d0596f64fb891f6666ad4144f94dbf83b8f7db7b;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 );