Changeset 35244 for trunk/tests/phpunit/tests/user/countUserPosts.php
- Timestamp:
- 10/17/2015 07:24:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/countUserPosts.php
r35224 r35244 28 28 'post_type' => 'wptests_pt', 29 29 ) ) ); 30 self::$post_ids = array_merge( self::$post_ids, $factory->post->create_many( 1, array( 30 31 self::$post_ids[] = $factory->post->create( array( 31 32 'post_author' => 12345, 32 33 'post_type' => 'wptests_pt', 33 ) ) );34 ) ); 34 35 } 35 36
Note: See TracChangeset
for help on using the changeset viewer.