From b38d2f99494b922f708845906c410d0e35071ad6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 22 Jul 2021 17:40:57 +0000 Subject: [PATCH] Tests: Modernize the `WP_UnitTestCase_Base::assertEqualFields()` method: * Use `assertSame()` instead of `fail()` to display a proper message in case of failure. * Add an optional `$message` parameter for consistency with other assertions. Follow-up to [51478], [51479]. See #53363. Built from https://develop.svn.wordpress.org/trunk@51480 git-svn-id: http://core.svn.wordpress.org/trunk@51091 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 5b9d64c9a4..d763082d3f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51479'; +$wp_version = '5.9-alpha-51480'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.