Skip to content

Commit

Permalink
Composer/Tests: update test dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrfnl committed Sep 27, 2023
1 parent 5d1d521 commit 9e19313
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 43 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"composer/installers": "^1.12.0 || ^2.0"
},
"require-dev": {
"yoast/wp-test-utils": "^1.1.1",
"yoast/wp-test-utils": "^1.2.0",
"yoast/yoastcs": "^2.3.1"
},
"minimum-stability": "dev",
Expand Down
85 changes: 43 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e19313

Please sign in to comment.