Make WordPress Core


Ignore:
Timestamp:
09/26/2021 12:12:56 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Don't skip some Ajax tests on multisite, add them to the ms-excluded group instead.

Follow-up to [46693], [49835].

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/ManageThemes.php

    r51568 r51870  
    102102    }
    103103
     104    /**
     105     * @group ms-excluded
     106     */
    104107    public function test_update_theme() {
    105         $this->skipWithMultisite();
    106108        $this->_setRole( 'administrator' );
    107109
     
    140142    }
    141143
     144    /**
     145     * @group ms-excluded
     146     */
    142147    function test_uppercase_theme_slug() {
    143         $this->skipWithMultisite();
    144148        $this->_setRole( 'administrator' );
    145149
Note: See TracChangeset for help on using the changeset viewer.