Commit 6b657b95ff for wordpress.org

commit 6b657b95ffc6df222f4da8c4510e5250cf28421a
Author: johnbillion <johnbillion@git.wordpress.org>
Date:   Wed Sep 16 17:44:50 2026 +0000

    Build/Test Tools: Mock the external HTTP requests in the block patterns controller tests.

    These tests perform an HTTP request to the pattern directory on wordpress.org as a side effect of sending a request to the `wp/v2/block-patterns/patterns` REST API endpoint. The data from the remote pattern directory is not used in the test assertions. This change replaces those unnecessary HTTP requests with a mock response.

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

    Props adrianmoldovanwp.

    See #63914

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 42769abb0c..14a32cf9e0 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63638';
+$wp_version = '7.2-alpha-63639';

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