Skip to content

Simplify reporter classes#6803

Merged
TavoNiievez merged 1 commit intoCodeception:mainfrom
TavoNiievez:5.2_reporter
Apr 24, 2025
Merged

Simplify reporter classes#6803
TavoNiievez merged 1 commit intoCodeception:mainfrom
TavoNiievez:5.2_reporter

Conversation

@TavoNiievez
Copy link
Copy Markdown
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
];

$failedCount = $this->errorCount + $this->errorCount + $this->warningCount;
$failedCount = $this->errorCount + $this->failureCount + $this->warningCount;
Copy link
Copy Markdown
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
Copy Markdown
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
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