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

    r48939 r49835  
    103103
    104104    public function test_update_theme() {
     105        $this->skipWithMultisite();
    105106        $this->_setRole( 'administrator' );
    106107
     
    140141
    141142    function test_uppercase_theme_slug() {
     143        $this->skipWithMultisite();
    142144        $this->_setRole( 'administrator' );
    143145
Note: See TracChangeset for help on using the changeset viewer.