Make WordPress Core


Ignore:
Timestamp:
12/18/2020 02:38:28 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Run the Ajax test group for multisite.

This will help catch issues with Ajax related functionality on multisite.

A few tests have also been marked as skipWithMultisite() as they require network admin level capabilities when performing the same operations on a multisite install.

Props garrett-eclipse, netweb.
Fixes #46567.

File:
1 edited

Legend:

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

    r48937 r49835  
    6666     */
    6767    public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() {
     68        $this->skipWithMultisite();
     69
    6870        // Become an administrator.
    6971        $post    = $_POST;
Note: See TracChangeset for help on using the changeset viewer.