Lines Matching refs:shortname
1392 $shortname = str_replace(TEST_PHP_SRCDIR . '/', '', $file);
1393 $tested_file = $shortname;
1405 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1442 junit_init_suite(junit_get_suitename_for($shortname));
1443 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1461 junit_init_suite(junit_get_suitename_for($shortname));
1462 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
1468 show_test($test_idx, $shortname);
1625 junit_start_timer($shortname);
1629 junit_finish_timer($shortname);
1648 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1678 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1686 $IN_REDIRECT['via'] = "via [$shortname]\n\t";
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');
1934 junit_start_timer($shortname);
1940 junit_finish_timer($shortname);
2111 junit_mark_test_as('PASS', $shortname, $tested);
2137 junit_mark_test_as('PASS', $shortname, $tested);
2193 $diff = "# original source file: $shortname\n" . $diff;
2675 function show_test($test_idx, $shortname) argument
2680 $str = "TEST $test_idx/$test_cnt [$shortname]\r";