junit_suite_record 2706 run-tests.php  	junit_suite_record($suite, 'test_total');
junit_suite_record 2709 run-tests.php  	junit_suite_record($suite, 'execution_time', $time);
junit_suite_record 2729 run-tests.php  		junit_suite_record($suite, 'test_pass');
junit_suite_record 2731 run-tests.php  		junit_suite_record($suite, 'test_error');
junit_suite_record 2734 run-tests.php  		junit_suite_record($suite, 'test_skip');
junit_suite_record 2737 run-tests.php  		junit_suite_record($suite, 'test_warn');
junit_suite_record 2740 run-tests.php  		junit_suite_record($suite, 'test_fail');
junit_suite_record 2743 run-tests.php  		junit_suite_record($suite, 'test_error');