Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php98 protected $stopOnError = false; variable in PHPUnit_Framework_TestResult
249 if ($this->stopOnError || $this->stopOnFailure) {
973 public function stopOnError($flag) function in PHPUnit_Framework_TestResult
979 $this->stopOnError = $flag;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php209 $result->stopOnError(true);