kbsali / php-redmine-api

A simple PHP Redmine API client, Object Oriented
MIT License
420 stars 183 forks source link

Update BDD tests to redmine 5.1.3 and 5.0.9 #403

Closed Art4 closed 4 months ago

Art4 commented 4 months ago

Redmine 5.1.3 and 5.0.9 has been released on 2024-06-12. This PR adjusts the BDD tests so the Behat tests can be run against the newest versions.

I'm thinking about whether it makes sense to automatically create a Github issue when a new Redmine version is released. We could use this RSS feed: https://www.redmine.org/projects/redmine/news.atom

Update: see #405

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.47%. Comparing base (ca87f14) to head (781739a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2.x #403 +/- ## ========================================= Coverage 98.47% 98.47% Complexity 609 609 ========================================= Files 29 29 Lines 1841 1841 ========================================= Hits 1813 1813 Misses 28 28 ```

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

Art4 commented 4 months ago

Code-style checks will be passing after merging #402.