aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-09-08 13:40:28 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-09-08 13:40:28 +0200
commit06c3868c27c394747bbaa5a8dac6ed83b5d61951 (patch)
treea2a9642e9da3a00911275d1e502166fbd2aef6cf
parentb3cd5a649be62f175de651a16ae02c5f709ca2f4 (diff)
downloadforums-06c3868c27c394747bbaa5a8dac6ed83b5d61951.tar
forums-06c3868c27c394747bbaa5a8dac6ed83b5d61951.tar.gz
forums-06c3868c27c394747bbaa5a8dac6ed83b5d61951.tar.bz2
forums-06c3868c27c394747bbaa5a8dac6ed83b5d61951.tar.xz
forums-06c3868c27c394747bbaa5a8dac6ed83b5d61951.zip
[ticket/8713] Adjust test method name to other recursive_set_var() tests.
PHPBB3-8713
-rw-r--r--tests/request/type_cast_helper_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/request/type_cast_helper_test.php b/tests/request/type_cast_helper_test.php
index f7e5cd873e..94b6e9146f 100644
--- a/tests/request/type_cast_helper_test.php
+++ b/tests/request/type_cast_helper_test.php
@@ -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 ');