From f753d70a82b6a248e4d8e734446cb8df46f313ea Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 22 Jul 2021 18:50:57 +0000 Subject: [PATCH] Tests: Use better assertions in `WP_UnitTestCase_Base::assertEqualFields()`: * Check if the object attribute exists before checking its value. * Mention the field name in error messages in case of failure. Follow-up to [51478], [51479], [51480]. Props jrf. See #53363. Built from https://develop.svn.wordpress.org/trunk@51481 git-svn-id: http://core.svn.wordpress.org/trunk@51092 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 d763082d3f..cff26326c6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51480'; +$wp_version = '5.9-alpha-51481'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.