You are here

protected property PHPUnit_Framework_ExpectationFailedException::$comparisonFailure in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Framework/ExpectationFailedException.php \PHPUnit_Framework_ExpectationFailedException::comparisonFailure

Type: SebastianBergmann\Comparator\ComparisonFailure

File

vendor/phpunit/phpunit/src/Framework/ExpectationFailedException.php, line 25

Class

PHPUnit_Framework_ExpectationFailedException
Exception for expectations which failed their check.

Code

protected $comparisonFailure;