Tests: Correct the @covers tag in a test for strip_ws() utility function.

This addresses a notice when generating the code coverage report:
{{{
"@covers ::test_strip_ws" is invalid
}}}

Follow-up to [53686], [54049], [54050], [54051], [54052], [54055], [54056].

See #55652.
Built from https://develop.svn.wordpress.org/trunk@54057


git-svn-id: http://core.svn.wordpress.org/trunk@53616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-09-01 19:08:11 +00:00
parent 46472cc493
commit fe35bf7222

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-54056';
$wp_version = '6.1-alpha-54057';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.