Changeset 43571 for trunk/tests/phpunit/tests/oembed/discovery.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/discovery.php
r42343 r43571 21 21 update_option( 'show_on_front', 'page' ); 22 22 update_option( 23 'page_on_front', self::factory()->post->create( 23 'page_on_front', 24 self::factory()->post->create( 24 25 array( 25 26 'post_title' => 'front-page', … … 70 71 $file = DIR_TESTDATA . '/images/canola.jpg'; 71 72 $attachment_id = self::factory()->attachment->create_object( 72 $file, $post_id, array( 73 $file, 74 $post_id, 75 array( 73 76 'post_mime_type' => 'image/jpeg', 74 77 )
Note: See TracChangeset
for help on using the changeset viewer.