Tests: Re-enable failing REST API test for `update_post_parent_caches()`.

Ensure that that attachment objects are not primed in cache so that test passes when object caching is enabled. 

Follow-up to [53506].

Props SergeyBiryukov.
See #55593.
Built from https://develop.svn.wordpress.org/trunk@53512


git-svn-id: http://core.svn.wordpress.org/trunk@53101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
spacedmonkey 2022-06-15 19:34:12 +00:00
parent cbca7c4fb9
commit e5e61f3095
1 changed files with 1 additions and 1 deletions

View File

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