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/adminbar.php

    r38810 r38938  
    350350            'post_author' => self::$editor_id,
    351351            'post_status' => 'publish',
    352             'post_content' => rand_str(),
    353             'post_title' => rand_str(),
     352            'post_content' => 'Post Content',
     353            'post_title' => 'Post Title',
    354354        );
    355355        $id = wp_insert_post( $post );
Note: See TracChangeset for help on using the changeset viewer.