From c7ab92451a1b54944156caeb1d554df2e5f8d655 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 14 Jun 2022 11:46:09 +0000 Subject: [PATCH] Tests: Remove redundant skip call in `Tests_Image_Functions::get_image_editor_engine_classes()`. The test bootstrap requires GD to be available, so this test skip condition will never be matched. Also, test skipping from within a helper method, which may be used in a data provider, can lead to test runtime errors. Follow-up to [49009], [49014], [49535], [49571], [51415]. Props jrf. See #55652. Built from https://develop.svn.wordpress.org/trunk@53497 git-svn-id: http://core.svn.wordpress.org/trunk@53086 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 62241df25d..f38498ea84 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53496'; +$wp_version = '6.1-alpha-53497'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.