mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/8713] Adjust test method name to other recursive_set_var() tests.
PHPBB3-8713
This commit is contained in:
@@ -49,7 +49,7 @@ class phpbb_type_cast_helper_test extends phpbb_test_case
|
|||||||
$this->assertEquals($expected, $data);
|
$this->assertEquals($expected, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function test_untrimmed_strings()
|
public function test_nested_untrimmed_recursive_set_var()
|
||||||
{
|
{
|
||||||
$data = array(' eviL<3 ');
|
$data = array(' eviL<3 ');
|
||||||
$expected = array(' eviL<3 ');
|
$expected = array(' eviL<3 ');
|
||||||
|
Reference in New Issue
Block a user