Changeset 53787 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 07/27/2022 03:41:30 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r53785 r53787 148 148 self::factory()->post->create( 149 149 array( 150 'post_type' => $post_type, 151 'post_author' => self::$editor_id, 150 'post_type' => $post_type, 152 151 ) 153 152 ); … … 168 167 3, 169 168 array( 170 'post_type' => $post_type, 171 'post_author' => self::$editor_id, 169 'post_type' => $post_type, 172 170 ) 173 171 );
Note: See TracChangeset
for help on using the changeset viewer.