Home
last modified time | relevance | path

Searched refs:beStrictAboutOutputDuringTests (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php118 protected $beStrictAboutOutputDuringTests = false; variable in PHPUnit_Framework_TestResult
864 } elseif ($this->beStrictAboutOutputDuringTests && $test->hasOutput()) {
1041 public function beStrictAboutOutputDuringTests($flag) function in PHPUnit_Framework_TestResult
1047 $this->beStrictAboutOutputDuringTests = $flag;
1055 return $this->beStrictAboutOutputDuringTests;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist45 $result->beStrictAboutOutputDuringTests({isStrictAboutOutputDuringTests});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php505 $result->beStrictAboutOutputDuringTests($arguments['disallowTestOutput']);