Commit 079a072
tests: Fix PHPUnit 12.5 whining about mocks versus stubs (#46260)
PHPUnit 12.5 has started complaining about the use of mocks when stubs
would be sufficient. Unfortunately the ability to create partial stubs
was only added in 12.5.1, so in many cases we have to just set the
attribute to ignore the complaints.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20144146632
Upstream-Ref: Automattic/jetpack@6e2cd721 parent 49edb01 commit 079a072
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments