diff options
Diffstat (limited to 'tests/utf/utf8_clean_string_test.php')
-rw-r--r-- | tests/utf/utf8_clean_string_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utf/utf8_clean_string_test.php b/tests/utf/utf8_clean_string_test.php index bd9e3f5f26..870ad76fc4 100644 --- a/tests/utf/utf8_clean_string_test.php +++ b/tests/utf/utf8_clean_string_test.php @@ -2,7 +2,6 @@ /** * * @package testing -* @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @@ -30,3 +29,4 @@ class phpbb_utf_utf8_clean_string_test extends phpbb_test_case $this->assertEquals($output, utf8_clean_string($input), $label); } } + |