From 91311acc81cd4d8a0f9cabd724e2e5e765318c51 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 29 Oct 2022 15:13:51 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@54718 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/ajax/Attachments.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/tests/ajax/Attachments.php b/tests/phpunit/tests/ajax/Attachments.php index 91d6943c99..f1a6232c5f 100644 --- a/tests/phpunit/tests/ajax/Attachments.php +++ b/tests/phpunit/tests/ajax/Attachments.php @@ -62,8 +62,6 @@ class Tests_Ajax_Attachments extends WP_Ajax_UnitTestCase { * @covers ::wp_ajax_send_attachment_to_editor */ public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() { - $this->skipWithMultisite(); - // Become an administrator. $this->_setRole( 'administrator' );