mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02: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