Make WordPress Core

Changeset 37157


Ignore:
Timestamp:
04/04/2016 10:29:55 PM (10 years ago)
Author:
johnbillion
Message:

Role/Capability: Add create_sites and delete_sites to the list of capabilities that are checked as part of the comporehensive roles and capabilities tests.

See #32394, #36413

File:
1 edited

Legend:

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

    r36049 r37157  
    6060                        'unfiltered_html'        => array( 'administrator', 'editor' ),
    6161
     62                        'create_sites'           => array(),
     63                        'delete_sites'           => array(),
    6264                        'manage_network'         => array(),
    6365                        'manage_sites'           => array(),
     
    149151                        'unfiltered_html'        => array(),
    150152
     153                        'create_sites'           => array(),
     154                        'delete_sites'           => array(),
    151155                        'manage_network'         => array(),
    152156                        'manage_sites'           => array(),
Note: See TracChangeset for help on using the changeset viewer.