Yoast / yoast-acf-analysis

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
GNU General Public License v3.0
61 stars 20 forks source link

Composer/Tests: update test dependencies #356

Closed jrfnl closed 9 months ago

jrfnl commented 9 months ago

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 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:

private-packagist[bot] commented 9 months ago

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 commented 9 months ago

Pull Request Test Coverage Report for Build 6325674949


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

💛 - Coveralls