Searched refs:stopOnFailure (Results 1 – 2 of 2) sorted by relevance
103 protected $stopOnFailure = false; variable in PHPUnit_Framework_TestResult249 if ($this->stopOnError || $this->stopOnFailure) {334 if ($this->stopOnFailure) {989 public function stopOnFailure($flag) function in PHPUnit_Framework_TestResult995 $this->stopOnFailure = $flag;
213 $result->stopOnFailure(true);