From df494e0987bd855ee10efb6210a20df418683c3c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Dec 2021 18:08:05 +0000 Subject: [PATCH] Tests: Add an assertion to test the `WP_REST_Server::add_site_logo_to_index()` method. Additionally: * Move the test for `WP_REST_Server::add_active_theme_link_to_index()` to a more logical place. * Replace `assertEquals()` with `assertSame()` in site icon test to also check the type of the value. * Use a more consistent pattern for the tests. Follow-up to [51241], [52080]. Props ignatggeorgiev, desrosj, SergeyBiryukov. Fixes #53516. See #53363. Built from https://develop.svn.wordpress.org/trunk@52381 git-svn-id: http://core.svn.wordpress.org/trunk@51973 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 9b13eed5f0..c1e5241037 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta3-52380'; +$wp_version = '5.9-beta3-52381'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.