Home
last modified time | relevance | path

Searched defs: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
33 …public function __construct(PHPUnit_Framework_Test $test, $timesRepeat = 1, $processIsolation = fa…
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DRepeatedTest.php116 function PHPUnit_RepeatedTest(&$test, $timesRepeat = 1) {