Home
last modified time | relevance | path

Searched refs:runCount (Results 1 – 3 of 3) sorted by relevance

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php122 $aSuiteResult['counts']['run'] = $result->runCount();
128 $per = 100/$result->runCount();
H A DGtk.php568 $this->_setLabelValue($this->numberOfRuns, $result->runCount());
573 $this->_updateProgress($result->runCount(),
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestResult.php256 function runCount() { function in PHPUnit_TestResult