From db04949ca0eb313c2859d9aa45dfad869704b686 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 20 Jun 2022 22:06:18 +0000 Subject: [PATCH] Tests: Further improve `Tests_Image_Functions::test_wp_crop_image*()` tests. Includes: * Making the test method names more specific. * Converting one-off helper methods to static closures. * Adding a failure message to each assertion when multiple assertions are used in the test. Follow-up to [1126/tests], [1201/tests], [53292], [53495], [53522], [53538]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53541 git-svn-id: http://core.svn.wordpress.org/trunk@53130 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 6cd0f50e75..b165ff866f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53540'; +$wp_version = '6.1-alpha-53541'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.