Make WordPress Core

Changeset 54718


Ignore:
Timestamp:
10/29/2022 03:13:51 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Tests: Remove skipWithMultisite() from an Ajax test for attachments.

This was previously removed in [51870] and appears to be accidentally readded in [53561].

As the test belongs to the ms-excluded group, the skipping is unnecessary and does not affect anything in practice.

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

See #56793.

File:
1 edited

Legend:

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

    r53701 r54718  
    6363     */
    6464    public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() {
    65         $this->skipWithMultisite();
    66 
    6765        // Become an administrator.
    6866        $this->_setRole( 'administrator' );
Note: See TracChangeset for help on using the changeset viewer.