From 1d10384608f554d6ffd920ff26761ba3f7591e7e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 7 Oct 2022 00:42:12 +0000 Subject: [PATCH] Tests: Bring some consistency to `WP_Image_Editor_GD` and `WP_Image_Editor_Imagick` tests. Includes: * Adjusting test method descriptions and comments per the documentation standards. * Creating image editor class instances directly, instead of calling `wp_get_image_editor()`. * Cleaning up temporary files before performing assertions, where possible. * Using more consistent variable names for image editor class instances. * Reordering some test methods. Follow-up to [1182/tests], [1188/tests], [27794], [30549], [30990], [31040], [39580], [40123], [49230], [49488], [49542], [49751]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54401 git-svn-id: http://core.svn.wordpress.org/trunk@53960 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index e6d11e78fc..f017829e1a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta3-54400'; +$wp_version = '6.1-beta3-54401'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.