Make WordPress Core


Ignore:
Timestamp:
04/22/2017 06:58:46 PM (8 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Introduce ms-required and ms-excluded groups for tests.

Tests in the ms-excluded group are now excluded when running tests with multisite enabled, and tests in the ms-required group are excluded when running tests without multisite enabled. The end result is a significantly reduced number of skipped tests polluting PHPUnit's output, which means verbose mode can be used to more easily see which tests are skipped or incomplete, and why.

See #40531

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/multisite.xml

    r38840 r40520  
    2525            <group>ajax</group>
    2626            <group>ms-files</group>
     27            <group>ms-excluded</group>
    2728            <group>external-http</group>
    2829            <group>oembed-headers</group>
Note: See TracChangeset for help on using the changeset viewer.