Changeset 37443
- Timestamp:
- 05/17/2016 01:48:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpUniquePostSlug.php
r36307 r37443 32 32 ); 33 33 34 $id = $this->post_ids[] = wp_insert_post( $post );34 $id = $this->post_ids[] = self::factory()->post->create( $post ); 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.