Changeset 47122 for trunk/tests/phpunit/tests/oembed/postEmbedUrl.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/postEmbedUrl.php
r46586 r47122 90 90 $this->set_permalink_structure( '/%postname%/' ); 91 91 92 // Create a post with the 'embed' post_name 92 // Create a post with the 'embed' post_name. 93 93 add_filter( 'wp_unique_post_slug', array( $this, 'filter_unique_post_slug' ) ); 94 94 $post_embed_slug = self::factory()->post->create( array( 'post_name' => 'embed' ) );
Note: See TracChangeset
for help on using the changeset viewer.