X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2FparserTests.php;h=debb35751b21759f4669f44653b0be5d911faf6d;hb=a36b3c44ed0a950efbd4e01557db6014701d71e6;hp=804a30cb3d17bd41c669787af1103bc6e8b97198;hpb=6fedebf971550590fe1daf33fe3d118cc0fe10c9;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parserTests.php b/tests/parserTests.php index 804a30cb3d..debb35751b 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -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 ); } else { $ok = $tester->runTestsFromFiles( $files ); - exit ( $ok ? 0 : 1 ); + exit( $ok ? 0 : 1 ); }