mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Build/Test Tools: Continue eliminating randomness in tests.
See [38762] See #37371 git-svn-id: https://develop.svn.wordpress.org/trunk@38763 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -154,7 +154,7 @@ class Tests_Admin_includesScreen extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
function test_help_tabs() {
|
||||
$tab = rand_str();
|
||||
$tab = __FUNCTION__;
|
||||
$tab_args = array(
|
||||
'id' => $tab,
|
||||
'title' => 'Help!',
|
||||
@@ -278,7 +278,7 @@ class Tests_Admin_includesScreen extends WP_UnitTestCase {
|
||||
* @ticket 25799
|
||||
*/
|
||||
function test_options() {
|
||||
$option = rand_str();
|
||||
$option = __FUNCTION__;
|
||||
$option_args = array(
|
||||
'label' => 'Option',
|
||||
'default' => 10,
|
||||
|
||||
Reference in New Issue
Block a user