Commit 4d1dc20420 for wordpress.org
commit 4d1dc20420b3230563ee29cc92e90175ea95201a
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Tue Sep 15 15:56:49 2026 +0000
Tests: Fix ineffective block renderer schema assertions.
Replace unused PHPUnit constraint factory calls with assertions that verify the rendered property exists and declares a string type. The previous calls discarded their constraint objects without performing either check.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13529
Props soean.
See #65819.
Built from https://develop.svn.wordpress.org/trunk@63623
git-svn-id: http://core.svn.wordpress.org/trunk@62799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 45aa3b456d..4994843d1e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63622';
+$wp_version = '7.2-alpha-63623';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.