Lines Matching refs:junit_mark_test_as
1382 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1410 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1429 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
1618 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1643 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1684 junit_mark_test_as('PASS', $shortname, $tested);
1717 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1782 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1816 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2101 junit_mark_test_as('PASS', $shortname, $tested);
2131 junit_mark_test_as('PASS', $shortname, $tested);
2230 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2796 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = … function