Lines Matching refs:shortname

1966     $shortname = str_replace(TEST_PHP_SRCDIR . '/', '', $file);
1967 $tested_file = $shortname;
1979 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
2016 junit_init_suite(junit_get_suitename_for($shortname));
2017 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
2040 junit_init_suite(junit_get_suitename_for($shortname));
2041 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
2047 show_test($test_idx, $shortname);
2109 $shortname = str_replace(TEST_PHP_SRCDIR . '/', '', $tested_file);
2220 junit_start_timer($shortname);
2225 junit_finish_timer($shortname);
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);
2284 $IN_REDIRECT['via'] = "via [$shortname]\n\t";
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');
2523 junit_start_timer($shortname);
2529 junit_finish_timer($shortname);
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);
3331 function show_test(int $test_idx, string $shortname): void argument
3336 $str = "TEST $test_idx/$test_cnt [$shortname]\r";