From 8375b6e2eb42f16041b49f8da25cfd211ed02527 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 16 Sep 2022 15:12:09 +0000 Subject: [PATCH] Tests: Update the test for respecting the post type in `get_block_templates()`. * Use `assertSameSets()` to avoid a failure when array items are returned in different order ([https://github.com/WordPress/wordpress-develop/actions/runs/3067320461/jobs/4953478602#step:19:274 example]). * Move the test to a more appropriate place now that the function has its own test class. * Rename the test method to match the function name. Follow-up to [52062], [53927], [54184]. See #55881. Built from https://develop.svn.wordpress.org/trunk@54187 git-svn-id: http://core.svn.wordpress.org/trunk@53746 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 b570716110..c00c47b31f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54186'; +$wp_version = '6.1-alpha-54187'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.