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/actions/closures.php

    r25002 r38763  
    1818        $this->assertSame( 10, has_action($tag, $closure) );
    1919
    20         $context = array( rand_str(), rand_str() );
     20        $context = array( 'val1', 'val2' );
    2121        do_action($tag, $context[0], $context[1]);
    2222
Note: See TracChangeset for help on using the changeset viewer.