From e10b6967fadf2e30bce8ff1d3cc267b701069e5f Mon Sep 17 00:00:00 2001 From: Jonny Harris Date: Tue, 22 Mar 2022 11:34:32 +0000 Subject: [PATCH] Build/Test Tools: Make comment cache group persistent in object-cache.php. After the comment cache group was made persistent in [37613], also make persistent in object-cache.php used for PHPUnit tests. See #54725 git-svn-id: https://develop.svn.wordpress.org/trunk@52976 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/includes/object-cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/object-cache.php b/tests/phpunit/includes/object-cache.php index c747a7a824..377dca3db9 100644 --- a/tests/phpunit/includes/object-cache.php +++ b/tests/phpunit/includes/object-cache.php @@ -803,7 +803,7 @@ class WP_Object_Cache { * * @var array */ - public $no_mc_groups = array( 'comment', 'counts' ); + public $no_mc_groups = array( 'counts' ); /** * Prefix used for global groups.