Yoast / duplicate-post

Yoast Duplicate Post plugin for WordPress
https://yoast.com
GNU General Public License v2.0
46 stars 36 forks source link

Composer/Tests: update test dependencies #329

Closed jrfnl closed 11 months ago

jrfnl commented 11 months ago

Context

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

This updates the minimum version of the WP Test Utils dependency.

This also allows us to remove the work-around which was in place for Mockery not handling dynamic properties on mocked objects. This was fixed in Mockery 1.6.0, which will be used when running the tests against PHP 8.2+.

Note: PHPUnit Polyfills 1.1.0 includes a new polyfill for the assertObject[Not]HasProperty() methods. The assertions which these new assertions replace are not used in this test suite, so no test changes are needed.

Test instructions

Test instructions for the acceptance test before the PR gets merged

This PR can be acceptance tested by following these steps:

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 6408351560


Totals Coverage Status
Change from base Build 6408306830: 0.0%
Covered Lines: 1100
Relevant Lines: 2263

💛 - Coveralls