Tests: Remove the list of global 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], [40343], [40561], [53823], [53824].

See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@53826 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-08-04 14:46:11 +00:00
parent e9fa9a56a8
commit bd6f081030

View File

@@ -807,16 +807,7 @@ class WP_Object_Cache {
*
* @var array
*/
public $global_groups = array(
'users',
'userlogins',
'usermeta',
'site-options',
'site-lookup',
'blog-lookup',
'blog-details',
'rss',
);
public $global_groups = array();
/**
* List of groups not saved to Memcached.