junit_suite_record 2702 run-tests.php  	junit_suite_record($suite, 'test_total');
junit_suite_record 2705 run-tests.php  	junit_suite_record($suite, 'execution_time', $time);
junit_suite_record 2725 run-tests.php  		junit_suite_record($suite, 'test_pass');
junit_suite_record 2727 run-tests.php  		junit_suite_record($suite, 'test_error');
junit_suite_record 2730 run-tests.php  		junit_suite_record($suite, 'test_skip');
junit_suite_record 2733 run-tests.php  		junit_suite_record($suite, 'test_warn');
junit_suite_record 2736 run-tests.php  		junit_suite_record($suite, 'test_fail');
junit_suite_record 2739 run-tests.php  		junit_suite_record($suite, 'test_error');