From 93116dbd5ca13bed8aeee27d8e529e9d373ccc11 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 26 Apr 2024 15:51:15 +0000 Subject: [PATCH] Tests: Add more specific messages for a custom assertion in `WP_Test_REST_TestCase`. All assertions in PHPUnit have a `$message` parameter. Setting this parameter allows to distinguish which assertion is failing when a test runs multiple assertions, making debugging of the tests easier. Follow-up to [34928], [51478], [58039]. See #60426. Built from https://develop.svn.wordpress.org/trunk@58051 git-svn-id: http://core.svn.wordpress.org/trunk@57516 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 c5e90b2832..61121edc9a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58049'; +$wp_version = '6.6-alpha-58051'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.