mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Build/Test Tools: Revert changes only included for testing purposes.
Follow up to [51535-51536]. See #52644. git-svn-id: https://develop.svn.wordpress.org/trunk@51537 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -27,7 +27,7 @@ class Tests_Functions extends WP_UnitTestCase {
|
||||
$this->assertSame( array(), wp_parse_args( $a ) );
|
||||
$b = array(
|
||||
'_baba' => 5,
|
||||
'yZ' => 'bab',
|
||||
'yZ' => 'baba',
|
||||
'a' => array( 5, 111, 'x' ),
|
||||
);
|
||||
$this->assertSame(
|
||||
|
||||
Reference in New Issue
Block a user