Skip to content

Commit

Permalink
Tests: Correct the @group annotation in some tests.
Browse files Browse the repository at this point in the history
Follow-up to [56971], [57146].

See #59647.

git-svn-id: https://develop.svn.wordpress.org/trunk@57278 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jan 13, 2024
1 parent 454f2bf commit 9ae009f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/functions/isSerialized.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @ticket 53299
*
* @group function
* @group functions
*
* @covers ::is_serialized
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/tests/functions/pluginBasename.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Tests for plugin_basename()
*
* @group function
* @group functions
* @group plugins
*
* @covers ::plugin_basename
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Tests for the _wp_timezone_choice_usort_callback() function.
*
* @group function
* @group functions
*
* @covers ::_wp_timezone_choice_usort_callback
*/
Expand Down

0 comments on commit 9ae009f

Please sign in to comment.