- Timestamp:
- 08/19/2022 04:13:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r52389 r53909 118 118 // Set up comments for pagination tests. 119 119 for ( $i = 0; $i < self::$total_comments - 1; $i++ ) { 120 $comment_ids[] = $factory->comment->create(120 self::$comment_ids[] = $factory->comment->create( 121 121 array( 122 122 'comment_content' => "Comment {$i}",
Note: See TracChangeset
for help on using the changeset viewer.