mirror of
git://develop.git.wordpress.org/
synced 2025-04-23 05:32:41 +02:00
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:
parent
2c7c677f25
commit
451044d24d
@ -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;
|
Loading…
x
Reference in New Issue
Block a user