Changeset 43153 for branches/4.9/tests/phpunit/tests/user/capabilities.php
- Timestamp:
- 05/03/2018 06:41:18 PM (5 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
r43111 r43153 239 239 'export_others_personal_data' => array( 'administrator' ), 240 240 'erase_others_personal_data' => array( 'administrator' ), 241 'manage_privacy_policy' => array( 'administrator' ), 241 242 242 243 'edit_categories' => array( 'administrator', 'editor' ), … … 272 273 'export_others_personal_data' => array( '' ), 273 274 'erase_others_personal_data' => array( '' ), 275 'manage_privacy_policy' => array(), 274 276 275 277 'customize' => array( 'administrator' ),
Note: See TracChangeset
for help on using the changeset viewer.