Home
last modified time | relevance | path

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

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