From: Eriko Torralba Date: Thu, 21 Apr 2016 09:38:36 +0000 (+0800) Subject: Update run-tests.php X-Git-Tag: php-7.1.0alpha1~178^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e26dabd8ee8deaf1e6e371345cbbe44b43e6f8fe;p=php Update run-tests.php code style; lack of whitespace --- diff --git a/run-tests.php b/run-tests.php index 25123c319f..d17ffe4baf 100755 --- a/run-tests.php +++ b/run-tests.php @@ -2792,7 +2792,7 @@ function junit_mark_test_as($type, $file_name, $test_name, $time = null, $messag } elseif ('WARN' == $type) { junit_suite_record($suite, 'test_warn'); $JUNIT['files'][$file_name]['xml'] .= "$escaped_message\n"; - } elseif('FAIL' == $type) { + } elseif ('FAIL' == $type) { junit_suite_record($suite, 'test_fail'); $JUNIT['files'][$file_name]['xml'] .= "$escaped_details\n"; } else {