mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
remove double plus
This commit is contained in:
@ -54,7 +54,7 @@ final class Result
|
||||
$returnCode = self::FAILURE_EXIT;
|
||||
}
|
||||
|
||||
$warnings = $result->numberOfTestsWithTestTriggeredPhpunitWarningEvents() +
|
||||
$warnings = $result->numberOfTestsWithTestTriggeredPhpunitWarningEvents()
|
||||
+ count($result->warnings())
|
||||
+ count($result->phpWarnings());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user