mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/8713] Use correct parameter for nested data.
PHPBB3-8713
This commit is contained in:
parent
06c3868c27
commit
2c41b9062a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class phpbb_type_cast_helper_test extends phpbb_test_case
|
|||
$data = array(' eviL<3 ');
|
||||
$expected = array(' eviL<3 ');
|
||||
|
||||
$this->type_cast_helper->recursive_set_var($data, '', true, false);
|
||||
$this->type_cast_helper->recursive_set_var($data, array(0 => ''), true, false);
|
||||
|
||||
$this->assertEquals($expected, $data);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue