From bfaad85d8602758f339593a8598928ad30ed8ca9 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 20 Apr 2016 17:11:27 +0000 Subject: [PATCH] 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 --- 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 d9862edb5c..193215cfde 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.