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/admin/includesScreen.php

    r38382 r38763  
    155155
    156156    function test_help_tabs() {
    157         $tab = rand_str();
     157        $tab = __FUNCTION__;
    158158        $tab_args = array(
    159159            'id' => $tab,
     
    279279     */
    280280    function test_options() {
    281         $option = rand_str();
     281        $option = __FUNCTION__;
    282282        $option_args = array(
    283283            'label'   => 'Option',
Note: See TracChangeset for help on using the changeset viewer.