Tests: Clean up test image for site icon in `Tests_REST_Server` on teardown.

This makes sure there are no leftover images after the test class is run.

Follow-up to [52080], [53463], [53920].

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


git-svn-id: http://core.svn.wordpress.org/trunk@53962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-10-07 01:09:11 +00:00
parent 5adad0ead8
commit 646a284e71
1 changed files with 1 additions and 1 deletions

View File

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