Build/Test Tools: Revert [57058].

Revert group name change in the 6.4 branch as the `functions.php` group was renamed `functions` after the branch was forked.

Props SergeyBiryukov.
See #59647, #58955.



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

View File

@ -7,7 +7,7 @@
*
* @since 6.4.0
*
* @group functions
* @group functions.php
* @covers ::wp_unique_prefixed_id
*/
class Tests_Functions_WpUniquePrefixedId extends WP_UnitTestCase {