Make WordPress Core

Changeset 38522


Ignore:
Timestamp:
09/05/2016 12:08:39 PM (10 years ago)
Author:
johnbillion
Message:

Role/Capability: Correct the multisite cap tests after [38521].

See #35614
See #32394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user/capabilities.php

    r38521 r38522  
    237237        final private function _getMultiSiteMetaCaps() {
    238238                return array(
    239                         'upload_plugins'         => array( 'administrator' ),
    240                         'upload_themes'          => array( 'administrator' ),
     239                        'upload_plugins'         => array(),
     240                        'upload_themes'          => array(),
    241241                        'customize'              => array( 'administrator' ),
    242242                        'delete_site'            => array( 'administrator' ),
Note: See TracChangeset for help on using the changeset viewer.