mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user