Lines Matching refs:junit_mark_test_as
1912 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1950 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1974 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
2163 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
2192 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
2233 junit_mark_test_as('PASS', $shortname, $tested);
2266 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
2339 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2373 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2637 junit_mark_test_as('PASS', $shortname, $tested);
2667 junit_mark_test_as('PASS', $shortname, $tested);
2771 junit_mark_test_as($restype, $shortname, $tested, null, $info, $diff);
3411 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = … function