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
This commit is contained in:
desrosj
2025-09-18 19:17:30 +00:00
parent b142362a93
commit e00be943aa

View File

@@ -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.