You are here

public function PHPUnit_Framework_ExceptionWrapper::getPreviousWrapped in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php \PHPUnit_Framework_ExceptionWrapper::getPreviousWrapped()

Return value

PHPUnit_Framework_ExceptionWrapper

File

vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php, line 69

Class

PHPUnit_Framework_ExceptionWrapper
Wraps Exceptions thrown by code under test.

Code

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