Tests: Clean up test file in wpmu_delete_blog() tests.

This makes sure there are no leftover files after the tests from the `multisite` directory are run separately.

Follow-up to [30404].

See #56793.
Built from https://develop.svn.wordpress.org/trunk@54864


git-svn-id: http://core.svn.wordpress.org/trunk@54416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-11-22 20:19:11 +00:00
parent e489c69dcc
commit 17588baef8

View File

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