Changeset 38950
- Timestamp:
- 10/26/2016 07:51:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
r35242 r38950 14 14 15 15 $result = $this->myxmlrpcserver->wp_newComment( array( 1, 'administrator', 'administrator', $post->ID, array( 16 'comment_content' => rand_str( 100 ), 17 'status' => 'approved' 16 'content' => rand_str( 100 ), 18 17 ) ) ); 19 18
Note: See TracChangeset
for help on using the changeset viewer.