Tests: Make the `comment` cache group persistent in `WP_UnitTestCase_Base::flush_cache()`.

This brings the list of persistent groups when running the test suite in line with core.

Follow-up to [1332/tests], [37613], [52976].

See #55652.
Built from https://develop.svn.wordpress.org/trunk@53828


git-svn-id: http://core.svn.wordpress.org/trunk@53387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-08-04 15:18:09 +00:00
parent 79db573265
commit b7cabd9c88
1 changed files with 1 additions and 1 deletions

View File

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