Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php158 protected $stopOnIncomplete = false; variable in PHPUnit_Framework_TestResult
235 if ($this->stopOnIncomplete) {
320 if ($this->stopOnIncomplete) {
1147 public function stopOnIncomplete($flag) function in PHPUnit_Framework_TestResult
1153 $this->stopOnIncomplete = $flag;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php221 $result->stopOnIncomplete(true);