Skip to content

Commit bd6f081

Browse files
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
1 parent e9fa9a5 commit bd6f081

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

tests/phpunit/includes/object-cache.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -807,16 +807,7 @@ class WP_Object_Cache {
807807
*
808808
* @var array
809809
*/
810-
public $global_groups = array(
811-
'users',
812-
'userlogins',
813-
'usermeta',
814-
'site-options',
815-
'site-lookup',
816-
'blog-lookup',
817-
'blog-details',
818-
'rss',
819-
);
810+
public $global_groups = array();
820811

821812
/**
822813
* List of groups not saved to Memcached.

0 commit comments

Comments
 (0)