From 888d3524f57b5d29a0a67ea793bbf3f9768b5a9e Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 20 Apr 2016 17:10:21 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@37269 602fd350-edb4-49c9-b593-d223f7449a82 --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 52717bfa53..15b4efb24d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -22,6 +22,7 @@ ajax + ms-files external-http