Tests: Move the filter_image_editor_output_format() helper method next to the test it's used in.

Follow-up to [53292], [53495].

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


git-svn-id: http://core.svn.wordpress.org/trunk@53111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-06-19 12:49:12 +00:00
parent 6e12ff3b89
commit 3183f77ce7

View File

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