mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/8713] Adjust test method name to other recursive_set_var() tests.
PHPBB3-8713
This commit is contained in:
parent
b3cd5a649b
commit
06c3868c27
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class phpbb_type_cast_helper_test extends phpbb_test_case
|
|||
$this->assertEquals($expected, $data);
|
||||
}
|
||||
|
||||
public function test_untrimmed_strings()
|
||||
public function test_nested_untrimmed_recursive_set_var()
|
||||
{
|
||||
$data = array(' eviL<3 ');
|
||||
$expected = array(' eviL<3 ');
|
||||
|
|
Loading…
Add table
Reference in a new issue