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:
parent
5cb70bd017
commit
888d3524f5
@ -22,6 +22,7 @@
|
||||
<groups>
|
||||
<exclude>
|
||||
<group>ajax</group>
|
||||
<group>ms-files</group>
|
||||
<group>external-http</group>
|
||||
</exclude>
|
||||
</groups>
|
||||
|
Loading…
Reference in New Issue
Block a user