Tests: Move wp_cache_replace() test to a more appropriate place.

This matches the location of other `wp_cache_*()` tests following the respective `WP_Object_Cache` method tests.

Follow-up to [1275/tests].

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


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

View File

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