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
Tests: Remove @covers tags for native PHP functions in phpunit/tests/compat/.
As these are not user-defined functions, they cause notices when generating the code coverage report:
{{{
"@Covers ::array_key_first" is invalid
"@Covers ::array_key_last" is invalid
"@Covers ::hash_hmac" is invalid
"@Covers ::is_countable" is invalid
"@Covers ::is_iterable" is invalid
"@Covers ::mb_strlen" is invalid
"@Covers ::mb_substr" is invalid
"@Covers ::str_contains" is invalid
"@Covers ::str_ends_with" is invalid
"@Covers ::str_starts_with" is invalid
}}}
Follow-up to [51852], [52038], [52039], [52040].
See #39265, #55652.
git-svn-id: https://develop.svn.wordpress.org/trunk@54049 602fd350-edb4-49c9-b593-d223f7449a82
0 commit comments