Build/Test Tools: Make comment cache group persistent in object-cache.php.

After the comment cache group was made persistent in [37613], also make 
persistent in object-cache.php used for PHPUnit tests. 

See #54725 


Built from https://develop.svn.wordpress.org/trunk@52976


git-svn-id: http://core.svn.wordpress.org/trunk@52565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
spacedmonkey 2022-03-22 11:36:01 +00:00
parent 7613aaf9b1
commit 51d4723691
1 changed files with 1 additions and 1 deletions

View File

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