mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
[ticket/8713] Adjust test method name to other recursive_set_var() tests.
PHPBB3-8713
This commit is contained in:
parent
b3cd5a649b
commit
06c3868c27
@ -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…
x
Reference in New Issue
Block a user