Make WordPress Core


Ignore:
Timestamp:
12/19/2021 01:42:37 PM (3 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Reduce the use of unnecessary randomness in tests.

This increases the overall reliability of the tests.

Props johnillo

Fixes #37371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/date/xmlrpc.php

    r52010 r52389  
    229229            'comment_author_url'   => 'http://example.com/',
    230230            'comment_author_email' => 'example@example.com',
    231             'comment_content'      => rand_str( 100 ),
     231            'comment_content'      => 'Hello, world!',
    232232            'comment_approved'     => '1',
    233233        );
Note: See TracChangeset for help on using the changeset viewer.