Make WordPress Core


Ignore:
Timestamp:
10/26/2016 01:23:24 AM (8 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/post/wpUniquePostSlug.php

    r37443 r38938  
    2828                    'post_author' => $author_id,
    2929                    'post_status' => 'publish',
    30                     'post_content' => rand_str(),
     30                    'post_content' => 'Post content',
    3131                    'post_title' => $post_title,
    3232                );
Note: See TracChangeset for help on using the changeset viewer.