thecodingmachine / graphqlite

Use PHP Attributes/Annotations to declare your GraphQL API
https://graphqlite.thecodingmachine.io
MIT License
554 stars 95 forks source link

test: update phpunit #674

Closed fogrye closed 4 months ago

fogrye commented 4 months ago

Fixes deprecations, AbstractQueryProviderTest renamed because Test suffix produces warning in file with no tests

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.31%. Comparing base (53f9d49) to head (b1a3c9f). Report is 76 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #674 +/- ## ============================================ - Coverage 95.72% 95.31% -0.41% - Complexity 1773 1840 +67 ============================================ Files 154 171 +17 Lines 4586 4847 +261 ============================================ + Hits 4390 4620 +230 - Misses 196 227 +31 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fogrye commented 4 months ago

@oojacoboo I saw you wanted to update phpunit to version 10, have a look, thx.