Commit eb56589549 for wordpress.org

commit eb56589549bcbb62c2837dbe7a731adf44417671
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 15 21:34:44 2026 +0000

    Tests: Use strict assertions in user tests.

    Replace loose comparisons with strict assertions for user query results, post reassignment, site flags, and user levels. Cast expected IDs to strings to match database return values and preserve meaningful negative comparisons.

    Retain object-value comparisons where distinct instances are expected, and explain the user level type before a role change.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/13545

    Props haritpanchal.
    See #64895.

    Built from https://develop.svn.wordpress.org/trunk@63632


    git-svn-id: http://core.svn.wordpress.org/trunk@62807 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 72d48de2fe..5d380971ae 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63631';
+$wp_version = '7.2-alpha-63632';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.