Home
last modified time | relevance | path

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

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