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/Attachments.php

    r49835 r51870  
    6464    /**
    6565     * @ticket 36578
     66     * @group ms-excluded
    6667     */
    6768    public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() {
    68         $this->skipWithMultisite();
    69 
    7069        // Become an administrator.
    7170        $post    = $_POST;
Note: See TracChangeset for help on using the changeset viewer.