Lines Matching refs:junit_mark_test_as
1329 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1357 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1536 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1561 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1602 junit_mark_test_as('PASS', $shortname, $tested);
1635 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1690 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1724 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2002 junit_mark_test_as('PASS', $shortname, $tested);
2032 junit_mark_test_as('PASS', $shortname, $tested);
2131 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2696 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = … function