Changeset 56548 for trunk/tests/phpunit/tests/user/mapMetaCap.php
- Timestamp:
- 09/08/2023 10:01:14 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/mapMetaCap.php
r53408 r56548 370 370 $this->assertSame( array( 'edit_others_posts', 'edit_published_posts' ), map_meta_cap( 'edit_post', $editor, $post_id ) ); 371 371 $this->assertSame( array( 'delete_others_posts', 'delete_published_posts' ), map_meta_cap( 'delete_post', $editor, $post_id ) ); 372 373 372 } 374 373
Note: See TracChangeset
for help on using the changeset viewer.