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
This commit is contained in:
Jeremy Felt 2016-04-20 17:10:21 +00:00
parent 5cb70bd017
commit 888d3524f5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<groups>
<exclude>
<group>ajax</group>
<group>ms-files</group>
<group>external-http</group>
</exclude>
</groups>