From 06be2cac58218373e081c457056a66d93a1b7c7f Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Wed, 27 Sep 2023 13:10:23 +0000 Subject: [PATCH] Blocks: Add unit test coverage for Patterns registry. Prior to this changeset, we did not seem to have any unit test coverage for the Patterns registry (`WP_Block_Patterns_Registry`). With Block Hooks logic recently added ([56649]), it is particularly advisable to add some unit tests to the `get_registered()` and `get_all_registered()` methods to guard hooked block insertion against regressions. Fixes #59476. Built from https://develop.svn.wordpress.org/trunk@56733 git-svn-id: http://core.svn.wordpress.org/trunk@56245 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7d2cb23e65..a1da7f5ef3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta1-56732'; +$wp_version = '6.4-beta1-56733'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.