Changeset 43571 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r42343 r43571 14 14 15 15 add_role( 16 'grammarian', 'Grammarian', array( 16 'grammarian', 17 'Grammarian', 18 array( 17 19 'read' => true, 18 20 'edit_posts' => true, … … 814 816 register_post_type( $post_type ); 815 817 self::factory()->post->create_many( 816 3, array( 818 3, 819 array( 817 820 'post_type' => $post_type, 818 821 'post_author' => self::$editor_id,
Note: See TracChangeset
for help on using the changeset viewer.