Home
last modified time | relevance | path

Searched refs:getComparisonFailure (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php88 … if ($e instanceof PHPUnit_Framework_ExpectationFailedException && $e->getComparisonFailure()) {
89 $buffer = $buffer . $e->getComparisonFailure()->getDiff();
H A DExpectationFailedException.php35 public function getComparisonFailure() function in PHPUnit_Framework_ExpectationFailedException
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionStackTest.php9 $message = $e->getMessage() . $e->getComparisonFailure()->getDiff();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php145 $e->getComparisonFailure()
214 $e->getComparisonFailure()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php91 $cf = $e->getComparisonFailure();
H A DTeamCity.php104 $comparisonFailure = $e->getComparisonFailure();