Changeset 38763 for trunk/tests/phpunit/tests/comment-submission.php
- Timestamp:
- 10/09/2016 01:29:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment-submission.php
r36272 r38763 623 623 $data = array( 624 624 'comment_post_ID' => $post->ID, 625 'comment' => rand_str(),625 'comment' => 'Comment', 626 626 'author' => rand_long_str( 255 ), 627 627 'email' => 'comment@example.org', … … 643 643 $data = array( 644 644 'comment_post_ID' => $post->ID, 645 'comment' => rand_str(),645 'comment' => 'Comment', 646 646 'author' => 'Comment Author', 647 647 'email' => rand_long_str( 90 ) . '@example.com', … … 662 662 $data = array( 663 663 'comment_post_ID' => $post->ID, 664 'comment' => rand_str(),664 'comment' => 'Comment', 665 665 'author' => 'Comment Author', 666 666 'email' => 'comment@example.org',
Note: See TracChangeset
for help on using the changeset viewer.