From de81cb41752385a634cabba37a984168220b9129 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Mon, 3 Jun 2024 15:05:14 +0000 Subject: [PATCH] Build/Test Tools: Reduce cross-pollution in `Tests_Theme_WpAddGlobalStylesForBlocks`. This ensures cached Theme JSON data is cleared between all test classes that extend `WP_Theme_UnitTestCase` and fixes a few tests that would fail in isolation, even though they full test suite would pass. Props isabel_brison, thekt12, joemcgill. Fixes #61337. Built from https://develop.svn.wordpress.org/trunk@58295 git-svn-id: http://core.svn.wordpress.org/trunk@57755 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 a2c100d5dc..f2f1bb824e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58294'; +$wp_version = '6.6-alpha-58295'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.