Merge pull request #1002 from faissaloux/remove-double-plus

Remove double plus
This commit is contained in:
Nuno Maduro
2023-11-08 10:01:57 +00:00
committed by GitHub

View File

@ -54,7 +54,7 @@ final class Result
$returnCode = self::FAILURE_EXIT;
}
$warnings = $result->numberOfTestsWithTestTriggeredPhpunitWarningEvents() +
$warnings = $result->numberOfTestsWithTestTriggeredPhpunitWarningEvents()
+ count($result->warnings())
+ count($result->phpWarnings());