Lines Matching refs:junit_mark_test_as
1405 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1443 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1462 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
1648 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1678 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1719 junit_mark_test_as('PASS', $shortname, $tested);
1752 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1817 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1851 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2111 junit_mark_test_as('PASS', $shortname, $tested);
2137 junit_mark_test_as('PASS', $shortname, $tested);
2240 …junit_mark_test_as($restype, str_replace(TEST_PHP_SRCDIR . '/', '', $tested_file), $tested, null, …
2821 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = … function