From 17b73338f188fb277667ef6dde59f6f006837804 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 22 Apr 2017 18:59:41 +0000 Subject: [PATCH] Build/Test Tools: Introduce `ms-required` and `ms-excluded` groups for tests. Tests in the `ms-excluded` group are now excluded when running tests with multisite enabled, and tests in the `ms-required` group are excluded when running tests without multisite enabled. The end result is a significantly reduced number of skipped tests polluting PHPUnit's output, which means verbose mode can be used to more easily see which tests are skipped or incomplete, and why. See #40531 Built from https://develop.svn.wordpress.org/trunk@40520 git-svn-id: http://core.svn.wordpress.org/trunk@40396 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 4e70fb9014..b10cf9023c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40519'; +$wp_version = '4.8-alpha-40520'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.