Changeset 52389 for trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
r52010 r52389 56 56 self::$posts['publish']->ID, 57 57 array( 58 'content' => rand_str( 100 ),58 'content' => 'Content', 59 59 ), 60 60 ) … … 156 156 $post->ID, 157 157 array( 158 'content' => rand_str( 100 ),158 'content' => 'Content', 159 159 ), 160 160 ) … … 172 172 self::$posts['publish']->ID, 173 173 array( 174 'content' => rand_str( 100 ),174 'content' => 'Content', 175 175 ), 176 176 );
Note: See TracChangeset
for help on using the changeset viewer.