Build/Test Tools: Fix group for wp_unique_prefixed_id() tests.

Change the group from `functions.php` to `functions` to match other tests.

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

See , .



git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57058 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2023-11-03 22:45:37 +00:00
parent 8e54dce6e0
commit 8466bb901b

@ -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 {