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