Changeset 52389 for trunk/tests/phpunit/tests/query/search.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/search.php
r52010 r52389 11 11 parent::set_up(); 12 12 13 $this->post_type = rand_str( 12 );13 $this->post_type = 'foo1'; 14 14 register_post_type( $this->post_type ); 15 15 … … 37 37 self::factory()->post->create( 38 38 array( 39 'post_content' => $i . rand_str() . ' about',39 'post_content' => "{$i} about", 40 40 'post_type' => $this->post_type, 41 41 )
Note: See TracChangeset
for help on using the changeset viewer.