1
0
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:
Andreas Fischer 2012-09-08 13:40:28 +02:00
parent b3cd5a649b
commit 06c3868c27

View File

@ -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&lt;3 ');