Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php108 protected $stopOnWarning = false; variable in PHPUnit_Framework_TestResult
277 if ($this->stopOnWarning) {
1005 public function stopOnWarning($flag) function in PHPUnit_Framework_TestResult
1011 $this->stopOnWarning = $flag;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php217 $result->stopOnWarning(true);