Changeset 54090 for trunk/tests/phpunit/tests/query/conditionals.php
- Timestamp:
- 09/06/2022 10:09:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/conditionals.php
r53429 r54090 979 979 $this->set_permalink_structure( '/%postname%/' ); 980 980 981 $attachment_id = $this->factory->post->create(981 $attachment_id = self::factory()->post->create( 982 982 array( 983 983 'post_type' => 'attachment', … … 985 985 ); 986 986 987 $post_id = $this->factory->post->create(987 $post_id = self::factory()->post->create( 988 988 array( 989 989 'post_title' => get_post( $attachment_id )->post_title,
Note: See TracChangeset
for help on using the changeset viewer.