Commit d77429ed58 for wordpress.org

commit d77429ed58cb29ebe4fba1a2fb9017778a362e52
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Fri Sep 25 15:32:48 2026 +0000

    Tests: Replace native assertions in PHPUnit test classes.

    Use PHPUnit type assertions in test setup and helpers so checks remain active when native PHP assertions are disabled and report failures through PHPUnit.

    Retain native assertions outside PHPUnit test classes and add messages describing their invariants.

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

    Props soean.
    See #64895.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index f657a91ea0..1b995c67e7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63935';
+$wp_version = '7.2-alpha-63936';

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