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
This commit is contained in:
John Blackbourn 2017-05-01 20:35:44 +00:00
parent 282408b6c0
commit 42845bcb2d
1 changed files with 1 additions and 1 deletions

View File

@ -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.