From 8466bb901b5d56a6bd58a1c418fc2a1d237cc402 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Fri, 3 Nov 2023 22:45:37 +0000 Subject: [PATCH] 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 #59647, #58955. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57058 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/functions/wpUniquePrefixedId.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/functions/wpUniquePrefixedId.php b/tests/phpunit/tests/functions/wpUniquePrefixedId.php index 64a6a955a1..ed6e489a3e 100644 --- a/tests/phpunit/tests/functions/wpUniquePrefixedId.php +++ b/tests/phpunit/tests/functions/wpUniquePrefixedId.php @@ -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 {