From 795e4ebd31b58c9dce18646875e2ec48afb254b5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 20 Sep 2020 02:47:05 +0000 Subject: [PATCH] Tests: Skip some image tests if neither GD nor Imagick image editor engines are supported on the system. The explicit message brings some consistency with other image editor tests, specifically the ones using the `WP_Image_UnitTestCase` class. Previously, the tests were marked as "risky" in that scenario, due to performing no assertions. See #50639, #50640. Built from https://develop.svn.wordpress.org/trunk@49009 git-svn-id: http://core.svn.wordpress.org/trunk@48771 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 34aad51ed7..70e86e368d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49008'; +$wp_version = '5.6-alpha-49009'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.