mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
13192d385f
commit
e408533070
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user