Editor: Rename the unit test file for _wp_array_set function

Follow-up [50958].
See #53175. 



git-svn-id: https://develop.svn.wordpress.org/trunk@50962 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Greg Ziółkowski 2021-05-24 09:58:23 +00:00
parent 2c7c677f25
commit 451044d24d

View File

@ -13,6 +13,8 @@
class WP_Array_Set_Test extends WP_UnitTestCase {
/**
* Test _wp_array_set() with simple non subtree path.
*
* @ticket 53175
*/
public function test_simple_not_subtree_set() {
$test_array = array();
@ -42,6 +44,8 @@ class WP_Array_Set_Test extends WP_UnitTestCase {
/**
* Test _wp_array_set() with subtree paths.
*
* @ticket 53175
*/
public function test_subtree_set() {
$test_array = array();
@ -90,6 +94,8 @@ class WP_Array_Set_Test extends WP_UnitTestCase {
/**
* Test _wp_array_set() with invalid parameters.
*
* @ticket 53175
*/
public function test_invalid_parameters_set() {
$test = 3;