Searched refs:testname (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/tests/basic/ |
H A D | 028.phpt | 11 testname 15 testname 19 testname 23 testname 27 testname 31 testname 35 testname 39 testname 43 testname 47 testname [all …]
|
H A D | 021.phpt | 11 testname 42 string(8) "testname"
|
/PHP-8.0/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 1570 protected $testname; 1572 function __construct($path, Aggregator $agg, $testpath, $sourcepath, $testname) 1574 $this->testname = $testname; 1580 $this->coverage = $this->aggregator->retrieveCoverageByTest($this->path, $this->testname); 1585 $info = $this->aggregator->coverageInfoByTest($this->path, $this->testname); 1594 return $decorator->render($this, $this->testname); 1599 return $this->aggregator->coveragePercentage($this->path, $this->testname);
|
/PHP-8.0/ |
H A D | run-tests.php | 1204 function error_report(string $testname, string $logname, string $tested): void argument 1206 $testname = realpath($testname); 1211 echo $testname . "(1) : $tested\n"; 1215 echo $testname . ":1: $tested\n";
|
Completed in 22 milliseconds