From 42845bcb2df16f640a489e1b0d5993c9679097e6 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 1 May 2017 20:35:44 +0000 Subject: [PATCH] Build/Test Tools: Automatically skip tests in the `ms-required` and `ms-excluded` groups. This removes the need to manually call `$this->skipWithMultisite()` and `$this->skipWithoutMultisite()` from within the test when the test only runs without Multisite or only runs on Multisite, respectively. Props jdgrimes for the suggestion. Fixes #40531 Built from https://develop.svn.wordpress.org/trunk@40564 git-svn-id: http://core.svn.wordpress.org/trunk@40433 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 1c6fe1b684..c0167e08b4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40563'; +$wp_version = '4.8-alpha-40564'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.