Lines Matching refs:junit_mark_test_as
1326 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1354 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1533 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1558 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1599 junit_mark_test_as('PASS', $shortname, $tested);
1632 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1687 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1721 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1999 junit_mark_test_as('PASS', $shortname, $tested);
2029 junit_mark_test_as('PASS', $shortname, $tested);
2128 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2693 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = … function