From c79492540a63e83c051fe6757d764f82fdff8b65 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Oct 2017 04:06:49 +0000 Subject: [PATCH] Build/Test Tools: Pass correct `$message` argument to `WP_UnitTestCase::setExpectedException()` in `Tests_Ajax_CompressionTest::test_logged_out()` and `Tests_Ajax_TagSearch::test_no_results()`. PHPUnit 6.4.1 and earlier versions ignored the `'0'` value, causing the issue to go unnoticed. Fixes #42232. Built from https://develop.svn.wordpress.org/trunk@41870 git-svn-id: http://core.svn.wordpress.org/trunk@41704 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 f7c368baa4..5cfc6708a6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta2-41869'; +$wp_version = '4.9-beta2-41870'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.