Commit d6264a0fca for wordpress.org
commit d6264a0fca77ed5c43d66fb799d6b882133e0e22
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Thu Sep 10 20:54:46 2026 +0000
Tests: Reduce repeated token map test setup.
Check all HTML5 named character references within each token map test instead of running a separate test for every token. Preserve the per-token assertions and include token names in failure messages.
Reduce test invocations from 4,474 to 14, avoiding repeated test runner setup and teardown.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13478
Props sainathpoojary.
See #66074.
Built from https://develop.svn.wordpress.org/trunk@63591
git-svn-id: http://core.svn.wordpress.org/trunk@62767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 06edbe6f71..fbf4efdd5e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63590';
+$wp_version = '7.2-alpha-63591';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.