diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-09-08 13:40:28 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-09-08 13:40:28 +0200 |
| commit | 06c3868c27c394747bbaa5a8dac6ed83b5d61951 (patch) | |
| tree | a2a9642e9da3a00911275d1e502166fbd2aef6cf /tests/request | |
| parent | b3cd5a649be62f175de651a16ae02c5f709ca2f4 (diff) | |
| download | forums-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
Diffstat (limited to 'tests/request')
| -rw-r--r-- | tests/request/type_cast_helper_test.php | 2 |
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<3 '); |
