Tests: Exclude ms-files test group from default PHPUnit config

Multisite specific tests run as normal with `phpunit.xml.dist` and multisite constants defined. The `ms-files` group causes pollution when mixed with the rest of the tests, so it should be excluded here too.

See #36566.

Built from https://develop.svn.wordpress.org/trunk@37269


git-svn-id: http://core.svn.wordpress.org/trunk@37235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2016-04-20 17:11:27 +00:00
parent fd4829b1a5
commit bfaad85d86

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37268';
$wp_version = '4.6-alpha-37269';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.