Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php163 protected $stopOnSkipped = false; variable in PHPUnit_Framework_TestResult
242 if ($this->stopOnSkipped) {
327 if ($this->stopOnSkipped) {
1163 public function stopOnSkipped($flag) function in PHPUnit_Framework_TestResult
1169 $this->stopOnSkipped = $flag;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php229 $result->stopOnSkipped(true);