Make WordPress Core

Changeset 37269


Ignore:
Timestamp:
04/20/2016 05:10:21 PM (8 years ago)
Author:
jeremyfelt
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml.dist

    r35214 r37269  
    2323        <exclude>
    2424            <group>ajax</group>
     25            <group>ms-files</group>
    2526            <group>external-http</group>
    2627        </exclude>
Note: See TracChangeset for help on using the changeset viewer.