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/
H A DTestCaseMethod.tpl.dist45 $result->beStrictAboutOutputDuringTests({isStrictAboutOutputDuringTests});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php799 …$isStrictAboutOutputDuringTests = $result->isStrictAboutOutputDuringTests() …
854 'isStrictAboutOutputDuringTests' => $isStrictAboutOutputDuringTests,
H A DTestResult.php1053 public function isStrictAboutOutputDuringTests() function in PHPUnit_Framework_TestResult