Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_ExceptionWrapper (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php20 class PHPUnit_Framework_ExceptionWrapper extends PHPUnit_Framework_Exception class
28 * @var PHPUnit_Framework_ExceptionWrapper|null
65 * @return PHPUnit_Framework_ExceptionWrapper
H A DTestFailure.php97 } elseif ($e instanceof PHPUnit_Framework_ExceptionWrapper) {
H A DTestResult.php256 $t = new PHPUnit_Framework_ExceptionWrapper($t);
735 $e = new PHPUnit_Framework_ExceptionWrapper($e);
739 $e = new PHPUnit_Framework_ExceptionWrapper($e);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php325 if ($e instanceof PHPUnit_Framework_ExceptionWrapper) {
H A DJUnit.php442 if ($e instanceof PHPUnit_Framework_ExceptionWrapper) {