Lines Matching refs:junit_mark_test_as
1354 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1382 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1402 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
1591 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1621 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1662 junit_mark_test_as('PASS', $shortname, $tested);
1695 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1760 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1794 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2079 junit_mark_test_as('PASS', $shortname, $tested);
2109 junit_mark_test_as('PASS', $shortname, $tested);
2208 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2774 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = … function