Make WordPress Core


Ignore:
Timestamp:
12/19/2021 01:42:37 PM (2 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/term/splitSharedTerm.php

    r51568 r52389  
    209209        );
    210210
    211         $menu_id       = wp_create_nav_menu( rand_str() );
     211        $menu_id       = wp_create_nav_menu( 'Nav Menu Bar' );
    212212        $cat_menu_item = wp_update_nav_menu_item(
    213213            $menu_id,
Note: See TracChangeset for help on using the changeset viewer.