From 54106e0359890201a3f026c3fb97b26726f39443 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Aug 2022 15:37:15 +0000 Subject: [PATCH] Tests: Remove the list of non-persistent groups in Memcached implementation used in the test suite. This list was not up to date, and does not appear to be required, as `WP_UnitTestCase_Base::flush_cache()` adds the correct list of groups, which is up to date. Follow-up to [1332/tests], [8068], [37613], [40561], [52976], [53826], [53828]. See #55652. git-svn-id: https://develop.svn.wordpress.org/trunk@53829 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 f9d9e96d4d..f07460c24f 100644 --- a/tests/phpunit/includes/object-cache.php +++ b/tests/phpunit/includes/object-cache.php @@ -814,7 +814,7 @@ class WP_Object_Cache { * * @var array */ - public $no_mc_groups = array( 'counts' ); + public $no_mc_groups = array(); /** * Prefix used for global groups.