You are here

protected property PHPUnit_Framework_TestFailure::$thrownException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/TestFailure.php \PHPUnit_Framework_TestFailure::thrownException

Type: Exception

File

vendor/phpunit/phpunit/src/Framework/TestFailure.php, line 31

Class

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

Code

protected $thrownException;