Lines Matching refs:junit_mark_test_as
1979 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
2017 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
2041 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
2243 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
2265 junit_mark_test_as('BORK', $shortname, $tested, null, $output);
2276 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
2316 junit_mark_test_as('PASS', $shortname, $tested);
2346 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
2417 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2448 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2699 junit_mark_test_as('PASS', $shortname, $tested);
2727 junit_mark_test_as('PASS', $shortname, $tested);
2852 junit_mark_test_as($restype, $shortname, $tested, null, $info, $diff);
3485 function junit_mark_test_as( function