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

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

See #59647.



git-svn-id: https://develop.svn.wordpress.org/trunk@57057 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2023-11-03 21:53:01 +00:00
parent 13192d385f
commit e408533070

View File

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