public function PHPUnit_Framework_TestCase::hasPerformedExpectationsOnOutput

@since Method available since Release 3.6.5

Return value

bool

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 443

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

public function hasPerformedExpectationsOnOutput() {
  return $this->hasPerformedExpectationsOnOutput;
}