Commit 1de07fe73f for wordpress.org
commit 1de07fe73fb8542b26c4ce630e2e36ef87fd5756
Author: SergeyBiryukov <sergeybiryukov@git.wordpress.org>
Date: Sat Sep 26 23:13:46 2026 +0000
Tests: Remove unused properties and helper methods from test classes.
Removes obsolete code from the PHPUnit test suite: six private properties that are never read, and nine helper methods in `Tests_HTTPS_Detection` that lost their callers when changeset r56664 removed the tests hooking them onto `pre_http_request`.
No test behavior changes.
Developed in https://github.com/WordPress/wordpress-develop/pull/13435
Follow-up to r32648, r43584, r54799, r56664, r61700.
Props Soean.
See #65819.
Built from https://develop.svn.wordpress.org/trunk@63948
git-svn-id: http://core.svn.wordpress.org/trunk@63114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 80f26a8223..f66e85d3e3 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63947';
+$wp_version = '7.2-alpha-63948';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.