Home
last modified time | relevance | path

Searched refs:timesRepeat (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DRepeatedTest.php24 protected $timesRepeat = 1; variable in PHPUnit_Extensions_RepeatedTest
28 * @param int $timesRepeat
33 …public function __construct(PHPUnit_Framework_Test $test, $timesRepeat = 1, $processIsolation = fa… argument
37 if (is_int($timesRepeat) &&
38 $timesRepeat >= 0) {
39 $this->timesRepeat = $timesRepeat;
58 return $this->timesRepeat * count($this->test);
78 for ($i = 0; $i < $this->timesRepeat && !$result->shouldStop(); $i++) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DRepeatedTest.php116 function PHPUnit_RepeatedTest(&$test, $timesRepeat = 1) { argument
118 $this->_timesRepeat = $timesRepeat;