Commit 9d5f8481df for wordpress.org

commit 9d5f8481dfeddf806b30c2575e83ff6880e4ec7e
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Tue Apr 23 18:57:12 2024 +0000

    Tests: Add a `$message` parameter 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.

    This optional parameter is now added for `WP_Test_REST_TestCase::assertErrorResponse()`.

    Follow-up to [34928], [51478].

    Props mykolashlyakhtun, antonvlasenko, swissspidy, SergeyBiryukov.
    Fixes #60426.
    Built from https://develop.svn.wordpress.org/trunk@58039


    git-svn-id: http://core.svn.wordpress.org/trunk@57505 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 7dda44a575..b23eb78bfd 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.6-alpha-58037';
+$wp_version = '6.6-alpha-58039';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.