mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 11:14:28 +00:00
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
This commit is contained in:
@@ -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' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user