Tests: Correct the @group annotation in some tests.

Follow-up to [56971], [57146].

See #59647.

git-svn-id: https://develop.svn.wordpress.org/trunk@57278 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2024-01-13 16:31:08 +00:00
parent 454f2bf012
commit 9ae009f06d
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
*
* @ticket 53299
*
* @group function
* @group functions
*
* @covers ::is_serialized
*/

View File

@ -3,7 +3,7 @@
/**
* Tests for plugin_basename()
*
* @group function
* @group functions
* @group plugins
*
* @covers ::plugin_basename

View File

@ -3,7 +3,7 @@
/**
* Tests for the _wp_timezone_choice_usort_callback() function.
*
* @group function
* @group functions
*
* @covers ::_wp_timezone_choice_usort_callback
*/