Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
DTestCaseMethod.tpl.dist45 $result->beStrictAboutOutputDuringTests({isStrictAboutOutputDuringTests});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php799 …$isStrictAboutOutputDuringTests = $result->isStrictAboutOutputDuringTests() …
854 'isStrictAboutOutputDuringTests' => $isStrictAboutOutputDuringTests,
DTestResult.php1053 public function isStrictAboutOutputDuringTests() function in PHPUnit_Framework_TestResult