Make WordPress Core


Ignore:
Timestamp:
04/22/2017 06:58:46 PM (9 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/tests/l10n/getUserLocale.php

    r38955 r40520  
    6767        }
    6868
     69        /**
     70         * @group ms-required
     71         */
    6972        public function test_user_locale_is_same_across_network() {
    7073                if ( ! is_multisite() ) {
Note: See TracChangeset for help on using the changeset viewer.