Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer/Tests: update test dependencies #356

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Sep 27, 2023

Summary

This PR can be summarized in the following changelog entry:

  • Updated test dependencies

Relevant technical choices:

This updates the minimum version of the WP Test Utils dependency and pulls in the latest PHP 7.2 compatible versions of all test dependencies.

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

This PR can be tested by following these steps:

  • N/A If the build passes, we're good.

This updates the minimum version of the WP Test Utils dependency and pulls in the latest PHP 7.2 compatible versions of all test dependencies.

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.
@jrfnl jrfnl added yoast cs/qa changelog: non-user-facing Needs to be included in the 'Non-userfacing' category in the changelog labels Sep 27, 2023
@jrfnl jrfnl added this to the 3.2 milestone Sep 27, 2023
@private-packagist
Copy link

composer.lock

Dev Package changes

Package Operation From To Changes
antecedent/patchwork upgrade 2.1.25 2.1.26 diff
phpunit/phpunit upgrade 8.5.33 8.5.34 diff
sebastian/diff upgrade 3.0.3 3.0.4 diff
sebastian/global-state upgrade 3.0.2 3.0.3 diff
yoast/phpunit-polyfills upgrade 1.0.5 1.1.0 diff
yoast/wp-test-utils upgrade 1.1.1 1.2.0 diff

Settings · Docs · Powered by Private Packagist

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6325674949

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 56.274%

Totals Coverage Status
Change from base Build 6325639824: 0.0%
Covered Lines: 148
Relevant Lines: 263

💛 - Coveralls

@jrfnl jrfnl merged commit b9ba59a into develop Sep 27, 2023
16 checks passed
@jrfnl jrfnl deleted the JRF/update-test-dependencies branch September 27, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: non-user-facing Needs to be included in the 'Non-userfacing' category in the changelog yoast cs/qa
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants