Make WordPress Core


Ignore:
Timestamp:
10/26/2016 01:23:24 AM (10 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Continue eliminating randomness in tests.

See #37371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/xmlrpc/wp/editComment.php

    r37914 r38938  
    5757            'comment_author_url' => 'http://example.com/',
    5858            'comment_author_email' => 'example@example.com',
    59             'comment_content' => rand_str( 100 ),
     59            'comment_content' => 'Comment content',
    6060            'comment_approved' => '1'
    6161        );
Note: See TracChangeset for help on using the changeset viewer.