protected property PHPUnit_Framework_Constraint_IsEqual::$lastFailure in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/IsEqual.php \PHPUnit_Framework_Constraint_IsEqual::lastFailure
Type: SebastianBergmann\Comparator\ComparisonFailure
File
- vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ IsEqual.php, line 52
Class
- PHPUnit_Framework_Constraint_IsEqual
- Constraint that checks if one value is equal to another.
Code
protected $lastFailure;