From 61594c3b6460c252a878b0e92f282ac61680b0d1 Mon Sep 17 00:00:00 2001 From: gziolo Date: Thu, 14 Sep 2023 14:56:18 +0000 Subject: [PATCH] Tests: Improve the assertions for REST API endpoint for block types Follow-up to [56587], [55673]. While working on #59346, it was noted that selectors fiels is not always included in the assertions. While looking at it is was difficult to spot the issue because the random order of how REST API fields where listed. Reorderd the REST API fields in the test cases to follow the list from the documentation: https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/block-api/block-metadata.md. This way it's going to be easier to maintain the list moving forward. Props ockham. See #59346, #59313, #57585. Built from https://develop.svn.wordpress.org/trunk@56588 git-svn-id: http://core.svn.wordpress.org/trunk@56100 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 05a9fe3eb3..ac34026836 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56587'; +$wp_version = '6.4-alpha-56588'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.