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/link/getDashboardUrl.php

    r39590 r40520  
    3939        /**
    4040         * @ticket 39065
     41         * @group ms-required
    4142         */
    4243        public function test_get_dashboard_url_for_network_administrator_with_no_sites() {
     
    5960        /**
    6061         * @ticket 39065
     62         * @group ms-required
    6163         */
    6264        public function test_get_dashboard_url_for_administrator_of_different_site() {
Note: See TracChangeset for help on using the changeset viewer.