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
This commit is contained in:
Jonny Harris 2022-03-22 11:34:32 +00:00
parent ac37883b61
commit e10b6967fa

View File

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