Home
last modified time | relevance | path

Searched refs:hasOutput (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php248 if (!$test->hasOutput()) {
H A DJSON.php224 if ($test !== null && method_exists($test, 'hasOutput') && $test->hasOutput()) {
H A DJUnit.php375 if (method_exists($test, 'hasOutput') && $test->hasOutput()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php864 } elseif ($this->beStrictAboutOutputDuringTests && $test->hasOutput()) {
H A DTestCase.php434 public function hasOutput() function in PHPUnit_Framework_TestCase