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.
Built from https://develop.svn.wordpress.org/trunk@53829


git-svn-id: http://core.svn.wordpress.org/trunk@53388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-08-04 15:39:10 +00:00
parent b7cabd9c88
commit 707cf6aaa6

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53828';
$wp_version = '6.1-alpha-53829';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.