Commit e2ce85670c for wordpress.org

commit e2ce85670c84edceb36ed5762e532ca16c0276d9
Author: SergeyBiryukov <sergeybiryukov@git.wordpress.org>
Date:   Fri Sep 18 14:05:53 2026 +0000

    Build/Test Tools: Remove `WP_UnitTestCase_Base::checkRequirements()`.

    The method was hard-deprecated in WordPress 5.9 and retained only as a backward compatibility layer for external test suites that may have been still calling `parent::checkRequirements()` on PHPUnit 5/6.

    As the method has not been functional since `TestCase::checkRequirements()` became `private` in PHPUnit 7.0, it should be safe to remove at this point.

    Reference: [https://make.wordpress.org/core/handbook/references/phpunit-compatibility-and-wordpress-versions/ PHPUnit Compatibility and WordPress Versions].

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

    Follow-up to r51605.

    Props codesawmir, mukesh27.
    Fixes #66135.
    Built from https://develop.svn.wordpress.org/trunk@63760


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index c0784bb23d..beeb1393ae 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63759';
+$wp_version = '7.2-alpha-63760';

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