Changeset 43156 for branches/4.9/tests/phpunit/tests/user/capabilities.php
- Timestamp:
- 05/03/2018 07:34:21 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/tests/phpunit/tests/user/capabilities.php
r43153 r43156 239 239 'export_others_personal_data' => array( 'administrator' ), 240 240 'erase_others_personal_data' => array( 'administrator' ), 241 'manage_privacy_ policy'=> array( 'administrator' ),241 'manage_privacy_options' => array( 'administrator' ), 242 242 243 243 'edit_categories' => array( 'administrator', 'editor' ), … … 273 273 'export_others_personal_data' => array( '' ), 274 274 'erase_others_personal_data' => array( '' ), 275 'manage_privacy_ policy' => array(),275 'manage_privacy_options' => array(), 276 276 277 277 'customize' => array( 'administrator' ),
Note: See TracChangeset
for help on using the changeset viewer.