Make WordPress Core


Ignore:
Timestamp:
11/09/2019 03:44:51 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Test: Don't skip the tests intended for single site when running on Multisite, add them to the ms-excluded group instead.

See #39776, #45747.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesPlugin.php

    r46674 r46683  
    9999     *
    100100     * @ticket 39776
     101     * @group ms-excluded
    101102     *
    102103     * @covers ::add_management_page
     
    120121        global $submenu;
    121122        global $menu;
    122 
    123         // Skip for multisite.
    124         if ( is_multisite() ) {
    125             $this->markTestSkipped( 'This test is intended for single site.' );
    126         }
    127123
    128124        // Reset menus.
Note: See TracChangeset for help on using the changeset viewer.