Closed meszarosrob closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
cc91569
) 95.90% compared to head (d5e4f9e
) 98.86%. Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for your work ☕ Good catch! 💪🏻
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
It fixes a failing test and the CI where PHPUnit tests are not actually run.
What is the current behavior? (You can also link to an open issue here)
There's a failing test, but that is never caught because the PHPUnit tests are not run.
What is the new behavior (if this is a feature change)?
PHPUnit runs again in the CI, and the failing test passes.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.
Other information:
None.