Tests: Move `wp_cache_flush_runtime()` next to `wp_cache_flush()`.

This matches the function's placement in `wp-includes/cache.php` and brings more consistency.

Follow-up to [52772], [55741].

See #57841.
Built from https://develop.svn.wordpress.org/trunk@55742


git-svn-id: http://core.svn.wordpress.org/trunk@55254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-05-10 14:02:20 +00:00
parent 795758f265
commit 9e840bbc8d
1 changed files with 1 additions and 1 deletions

View File

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