Searched refs:stopOnRisky (Results 1 – 2 of 2) sorted by relevance
153 protected $stopOnRisky = false; variable in PHPUnit_Framework_TestResult228 if ($this->stopOnRisky) {313 if ($this->stopOnRisky) {1131 public function stopOnRisky($flag) function in PHPUnit_Framework_TestResult1137 $this->stopOnRisky = $flag;
225 $result->stopOnRisky(true);