From 0bcfc08b3f62d765f6f26ed2771b0e44242482ae Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Wed, 15 Feb 2017 17:59:42 +0000 Subject: [PATCH] REST API: improve test fixture generation, normalizing data. Add a data normalization pass when generating data fixtures for the REST API endpoints. Ensures that the `wp-api-generated.js` fixture won't change between test runs. Set more default properties and use fixed values for any properties that can't be easily controlled (object IDs and derivatives like link). Generate the fixture file with JSON_PRETTY_PRINT so that future diffs are easier to follow. Props jnylen0, netweb. Fixes #39264. Built from https://develop.svn.wordpress.org/trunk@40061 git-svn-id: http://core.svn.wordpress.org/trunk@39998 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 b2026b83fa..bb6a4b12e5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40060'; +$wp_version = '4.8-alpha-40061'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.