From e00be943aa820514fe12b48336125ec00b7e8583 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 18 Sep 2025 19:17:30 +0000 Subject: [PATCH] Build/Test Tools: Configure logging for PHPUnit and multisite. This ensures a log file is created after running the PHPUnit test suite as a multisite. In practice, this file is used by the Host Test Runner to collect a list of failing tests to submit to wordpress.org. See https://github.com/WordPress/phpunit-test-runner/issues/267. Props rishabhwp, nimeshatxecurify. Fixes #63884. Built from https://develop.svn.wordpress.org/trunk@60781 git-svn-id: http://core.svn.wordpress.org/trunk@60117 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 dc2e74e4d7..7449dbe12a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60780'; +$wp_version = '6.9-alpha-60781'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.