From d161399285b5a6764ee28fdf741802e8db0b4f2a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 10 Oct 2022 15:59:11 +0000 Subject: [PATCH] Tests: Use `assertSame()` in some `WP_Theme_JSON` tests. This ensures that not only the return values match the expected results, but also that their type is the same. Previously committed in [54402], these instances appear to be accidentally reverted to `assertEquals()` in [54443]. Follow-up to [52275], [54162], [54402], [54443]. See #55654. Built from https://develop.svn.wordpress.org/trunk@54446 git-svn-id: http://core.svn.wordpress.org/trunk@54005 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 0d041c8ef0..e4b41aa901 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta3-54445'; +$wp_version = '6.1-beta3-54446'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.