public function PHPUnit_Framework_TestFailure::failedTest

Gets the failed test.

Return value

Test

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestFailure.php, line 144

Class

PHPUnit_Framework_TestFailure
A TestFailure collects a failed test together with the caught exception.

Code

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