Make WordPress Core


Ignore:
Timestamp:
10/09/2016 01:29:04 AM (8 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Continue eliminating randomness in tests.

See [38762]
See #37371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/comment-submission.php

    r36272 r38763  
    623623        $data = array(
    624624            'comment_post_ID' => $post->ID,
    625             'comment'         => rand_str(),
     625            'comment'         => 'Comment',
    626626            'author'          => rand_long_str( 255 ),
    627627            'email'           => 'comment@example.org',
     
    643643        $data = array(
    644644            'comment_post_ID' => $post->ID,
    645             'comment'         => rand_str(),
     645            'comment'         => 'Comment',
    646646            'author'          => 'Comment Author',
    647647            'email'           => rand_long_str( 90 ) . '@example.com',
     
    662662        $data = array(
    663663            'comment_post_ID' => $post->ID,
    664             'comment'         => rand_str(),
     664            'comment'         => 'Comment',
    665665            'author'          => 'Comment Author',
    666666            'email'           => 'comment@example.org',
Note: See TracChangeset for help on using the changeset viewer.