Changeset 52389 for trunk/tests/phpunit/tests/query/commentCount.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/commentCount.php
r52248 r52389 22 22 $post_id = $factory->post->create( 23 23 array( 24 'post_content' => 1 . rand_str() . 'about',24 'post_content' => '1 about', 25 25 'post_type' => self::$post_type, 26 26 ) … … 31 31 $post_id = $factory->post->create( 32 32 array( 33 'post_content' => 1 . rand_str() . 'about',33 'post_content' => '2 about', 34 34 'post_type' => self::$post_type, 35 35 ) … … 42 42 $post_id = $factory->post->create( 43 43 array( 44 'post_content' => 1 . rand_str() . 'about',44 'post_content' => '3 about', 45 45 'post_type' => self::$post_type, 46 46 ) … … 53 53 $post_id = $factory->post->create( 54 54 array( 55 'post_content' => 1 . rand_str() . 'about',55 'post_content' => '4 about', 56 56 'post_type' => self::$post_type, 57 57 )
Note: See TracChangeset
for help on using the changeset viewer.