diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index cb3730577dc9764d0f30a70e75091971ea57c972..09bb84192f68d113b369379638b6c105e6b047e4 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -1065,6 +1065,8 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase $first = reset($this->comparisonFailures); throw $first; } + + return count($this->comparisonFailures) == 0; } /**