From 4159a41cefb0fd83a64cf6f240cb4d98e205b9a7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Nov 2019 16:17:02 +0000 Subject: [PATCH] Tests: Add `feed` group for `get_feed_build_date()` test added in [46756]. See #48675. git-svn-id: https://develop.svn.wordpress.org/trunk@46785 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/date/getFeedBuildDate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/tests/date/getFeedBuildDate.php b/tests/phpunit/tests/date/getFeedBuildDate.php index bf99ff3c26..402a6b4086 100644 --- a/tests/phpunit/tests/date/getFeedBuildDate.php +++ b/tests/phpunit/tests/date/getFeedBuildDate.php @@ -3,6 +3,7 @@ /** * @group date * @group datetime + * @group feed */ class Tests_Date_Get_Feed_Build_Date extends WP_UnitTestCase {