Searched refs:stopOnIncomplete (Results 1 – 2 of 2) sorted by relevance
158 protected $stopOnIncomplete = false; variable in PHPUnit_Framework_TestResult235 if ($this->stopOnIncomplete) {320 if ($this->stopOnIncomplete) {1147 public function stopOnIncomplete($flag) function in PHPUnit_Framework_TestResult1153 $this->stopOnIncomplete = $flag;
221 $result->stopOnIncomplete(true);