Changeset 43147 for trunk/tests/phpunit/tests/user/capabilities.php
- Timestamp:
- 05/03/2018 05:24:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/capabilities.php
r43085 r43147 240 240 'export_others_personal_data' => array( 'administrator' ), 241 241 'erase_others_personal_data' => array( 'administrator' ), 242 'manage_privacy_policy' => array( 'administrator' ), 242 243 243 244 'edit_categories' => array( 'administrator', 'editor' ), … … 274 275 'export_others_personal_data' => array( '' ), 275 276 'erase_others_personal_data' => array( '' ), 277 'manage_privacy_policy' => array(), 276 278 277 279 'customize' => array( 'administrator' ),
Note: See TracChangeset
for help on using the changeset viewer.