Searched refs:hasOutput (Results 1 – 5 of 5) sorted by relevance
248 if (!$test->hasOutput()) {
224 if ($test !== null && method_exists($test, 'hasOutput') && $test->hasOutput()) {
375 if (method_exists($test, 'hasOutput') && $test->hasOutput()) {
864 } elseif ($this->beStrictAboutOutputDuringTests && $test->hasOutput()) {
434 public function hasOutput() function in PHPUnit_Framework_TestCase