You are here

public function PHPUnit_Framework_ExpectationFailedException::getComparisonFailure in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/ExpectationFailedException.php \PHPUnit_Framework_ExpectationFailedException::getComparisonFailure()

Return value

SebastianBergmann\Comparator\ComparisonFailure

File

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

Class

PHPUnit_Framework_ExpectationFailedException
Exception for expectations which failed their check.

Code

public function getComparisonFailure() {
  return $this->comparisonFailure;
}