Closed Art4 closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.31%. Comparing base (
b4c0059
) to head (a1b6e3a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR updates all dependencies:
The update for PHPUnit 11 is postponed due to deprecation warnings in the php-mock/php-mock-phpunit library, see https://github.com/php-mock/php-mock-phpunit/pull/67#issuecomment-1937702275 Nevertheless all
@dataProvider
,@covers
and@coversDefaultClass
annotations where replaced with the new Attributes provided by PHPUnit, so we are ready to update to PHPUnit 11 anytime.Closes #375.