Changeset 43111 for branches/4.9/tests/phpunit/tests/user/capabilities.php
- Timestamp:
- 05/02/2018 03:48:27 AM (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
r41635 r43111 237 237 'update_languages' => array( 'administrator' ), 238 238 'deactivate_plugins' => array( 'administrator' ), 239 'export_others_personal_data' => array( 'administrator' ), 240 'erase_others_personal_data' => array( 'administrator' ), 239 241 240 242 'edit_categories' => array( 'administrator', 'editor' ), … … 268 270 'update_languages' => array(), 269 271 'deactivate_plugins' => array(), 272 'export_others_personal_data' => array( '' ), 273 'erase_others_personal_data' => array( '' ), 270 274 271 275 'customize' => array( 'administrator' ),
Note: See TracChangeset
for help on using the changeset viewer.