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
This commit is contained in:
Sergey Biryukov
2022-08-04 15:37:15 +00:00
parent 0a35283aa3
commit 54106e0359

View File

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