Skip to content

Commit d9884ba

Browse files
anomiexmatticbot
authored andcommitted
tests: Fix PHPUnit 12.5.11 breakage (#47042)
PHPUnit 12.5.11 has started throwing deprecation warnings about using `->with*()` functions on its stubs (versus mocks), and also backed out some of the corresponding whining that was fixed in #46260 that caused us to switch some things from mocks to stubs in the first place. Whee. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/21870243516 Upstream-Ref: Automattic/jetpack@3666873
1 parent 7f45d99 commit d9884ba

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require-dev": {
77
"yoast/phpunit-polyfills": "^4.0.0",
8-
"automattic/jetpack-changelogger": "^6.0.13",
8+
"automattic/jetpack-changelogger": "^6.0.14-alpha",
99
"automattic/phpunit-select-config": "^1.0.3"
1010
},
1111
"autoload": {

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)