Skip to content

Commit

Permalink
Build/Test Tools: Fix group for wp_unique_prefixed_id() tests.
Browse files Browse the repository at this point in the history
Change the group from `functions.php` to `functions` to match other tests.

Reviewed by jorbin.
Merges [57057] to the 6.4 branch.

See #59647, #58955.



git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57058 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
peterwilsoncc committed Nov 3, 2023
1 parent 8e54dce commit 8466bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/functions/wpUniquePrefixedId.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @since 6.4.0
*
* @group functions.php
* @group functions
* @covers ::wp_unique_prefixed_id
*/
class Tests_Functions_WpUniquePrefixedId extends WP_UnitTestCase {
Expand Down

0 comments on commit 8466bb9

Please sign in to comment.