Home
last modified time | relevance | path

Searched refs:stopOnRisky (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php153 protected $stopOnRisky = false; variable in PHPUnit_Framework_TestResult
228 if ($this->stopOnRisky) {
313 if ($this->stopOnRisky) {
1131 public function stopOnRisky($flag) function in PHPUnit_Framework_TestResult
1137 $this->stopOnRisky = $flag;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php225 $result->stopOnRisky(true);