Skip to content

Conversation

TavoNiievez
Copy link
Member

@TavoNiievez TavoNiievez commented Nov 10, 2024

175 additions, 256 deletions.

@TavoNiievez TavoNiievez force-pushed the 5.2_reporter branch 2 times, most recently from 8ba8eda to 98da05b Compare November 10, 2024 19:16
@@ -111,19 +111,19 @@ public function afterResult(PrintResultEvent $event): void
sprintf("Successful: %s", $this->successfulCount)
];

$failedCount = $this->errorCount + $this->errorCount + $this->warningCount;
$failedCount = $this->errorCount + $this->failureCount + $this->warningCount;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps this was a mistake that went unnoticed...

@TavoNiievez TavoNiievez marked this pull request as ready for review November 10, 2024 19:32
@TavoNiievez
Copy link
Member Author

Hi @W0rma
It looks like you had already reviewed this one some time ago,

Thank you!

@TavoNiievez TavoNiievez merged commit 5ab6211 into Codeception:main Apr 24, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants