public function PHPUnit_Framework_TestCase::getTestResultObject

@since Method available since Release 3.5.7

Return value

PHPUnit_Framework_TestResult

File

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

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

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