You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phpunit: Enable reporting and failing on PHPUnit 11 deprecations (#43179)
Now that we've fixed all the PHPUnit 11 deprecations, adjust the configs
to enable `displayDetailsOnPhpunitDeprecations` and
`failOnPhpunitDeprecation`.
For plugins/crm, plugins/jetpack, and plugins/wpcomsh, there's one more
deprecation left that's also fixed in this PR: WP Core's obsolete
`WP_UnitTestCase_Base::checkRequirements()` function has a doc comment
that PHPUnit is mis-parsing to see a `@group` annotation that's not
actually intended. We can override it to stop PHPUnit from seeing that
doc comment.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14603629889
Upstream-Ref: Automattic/jetpack@c78f78d
0 commit comments