From 2c659fa2da269f5024035af5ceaf9baaf3d9f6eb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 18 Dec 2025 21:58:29 +0000 Subject: [PATCH] Tests: Use `assertEqualHTML()` in styles HTML tests. This aims to make the tests more robust. Follow-up to [287/tests], [749/tests], [25786], [31031], [36550], [46164], [48937], [52036], [61084], [61391]. Props jonsurrell. See #64225. Built from https://develop.svn.wordpress.org/trunk@61392 git-svn-id: http://core.svn.wordpress.org/trunk@60704 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 a2f4aa6b1c..e4b0dd4842 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61391'; +$wp_version = '7.0-alpha-61392'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.