Lines Matching refs:shortname
1899 $shortname = str_replace(TEST_PHP_SRCDIR . '/', '', $file);
1900 $tested_file = $shortname;
1912 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1949 junit_init_suite(junit_get_suitename_for($shortname));
1950 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1973 junit_init_suite(junit_get_suitename_for($shortname));
1974 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
1980 show_test($test_idx, $shortname);
2042 $shortname = str_replace(TEST_PHP_SRCDIR . '/', '', $tested_file);
2140 junit_start_timer($shortname);
2144 junit_finish_timer($shortname);
2163 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
2192 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
2200 $IN_REDIRECT['via'] = "via [$shortname]\n\t";
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');
2453 junit_start_timer($shortname);
2459 junit_finish_timer($shortname);
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);
3233 function show_test($test_idx, $shortname) argument
3238 $str = "TEST $test_idx/$test_cnt [$shortname]\r";