From 41072d4e534523fcd511fd1510b760974bb74a83 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Fri, 12 Nov 2021 13:47:01 +0000 Subject: [PATCH] Build/Test Tools: Mock no results remote request in WP_REST_Block_Directory_Controller:: get_items(). * Refactors the mock logic to a helper function for reuse in multiple tests. * Mocks the remote request in `WP_REST_Block_Directory_Controller_Test:: test_get_items_no_results()` using the mock helper. Follow-up to [48242], [52137]. Props hellofromTonya, sergeybiryukov. See #54420. Built from https://develop.svn.wordpress.org/trunk@52146 git-svn-id: http://core.svn.wordpress.org/trunk@51738 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 7ea6539940..072562205d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52145'; +$wp_version = '5.9-alpha-52146'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.