From 1eb2a6598495310f8724281cbe08b782d7627fcf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Dec 2021 20:01:00 +0000 Subject: [PATCH] Tests: Mock the HTTP request response in `download_url()` tests. This aims to speed up the tests and minimize unrelated failures by avoiding an unnecessary external HTTP request, while still performing the intended functionality checks. Update similar helpers in some other tests to use more consistent terminology. Follow-up to [37907], [46175], [51626]. See #54420, #53363. Built from https://develop.svn.wordpress.org/trunk@52382 git-svn-id: http://core.svn.wordpress.org/trunk@51974 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 c1e5241037..2755277e98 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta3-52381'; +$wp_version = '5.9-beta3-52382'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.