From f2a7e841ebf3271963006bf365b5904a30007a92 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Thu, 27 Oct 2016 02:57:41 +0000 Subject: [PATCH] Share fixtures in REST API endpoint tests. As sparrows' tears shed steadily Make widest rivers filled, `setUp()` routines run prodig'ly Add minutes to a build. So cull ye fixtures profligate! Direct thine frugal gaze! Our savings here - a half-minute - When multiplied: Amaze! See #30017. Built from https://develop.svn.wordpress.org/trunk@38975 git-svn-id: http://core.svn.wordpress.org/trunk@38918 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 74a7707c1c..0585b83ec4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38974'; +$wp_version = '4.7-alpha-38975'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.