From ec9b010cea137c42c55c81dc5740d117789fcb56 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 7 Nov 2020 13:20:07 +0000 Subject: [PATCH] Build/Test Tools: Check if all the required PHP extensions are loaded before running the test suite. Add the GD extension as a hard requirement. This improves the reliability of the test suite and ensures that if the test infrastructure changes in the future and a platform requirement such as GD accidentally gets removed, the tests fail with an appropriate error message. Follow-up to [48592]. Props ayeshrajans, jrf, johnbillion. Fixes #50640. Built from https://develop.svn.wordpress.org/trunk@49535 git-svn-id: http://core.svn.wordpress.org/trunk@49273 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 93c65a74c2..5aa0aba772 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta3-49534'; +$wp_version = '5.6-beta3-49535'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.