Changeset 54090 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 09/06/2022 10:09:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r54088 r54090 455 455 add_filter( 'pre_wp_unique_post_slug', array( $this, 'filter_pre_wp_unique_post_slug' ), 10, 6 ); 456 456 457 $post_id = $this->factory->post->create(457 $post_id = self::factory()->post->create( 458 458 array( 459 459 'title' => 'An example',
Note: See TracChangeset
for help on using the changeset viewer.