diff options
Diffstat (limited to 'tests/utf')
-rw-r--r-- | tests/utf/all_tests.php | 2 | ||||
-rw-r--r-- | tests/utf/utf8_clean_string_test.php | 2 | ||||
-rw-r--r-- | tests/utf/utf8_wordwrap_test.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/utf/all_tests.php b/tests/utf/all_tests.php index bccabf6529..0d5d44d695 100644 --- a/tests/utf/all_tests.php +++ b/tests/utf/all_tests.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 * @@ -41,3 +40,4 @@ if (PHPUnit_MAIN_METHOD == 'phpbb_utf_all_tests::main') { phpbb_utf_all_tests::main(); } + 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); } } + diff --git a/tests/utf/utf8_wordwrap_test.php b/tests/utf/utf8_wordwrap_test.php index 51245ec418..ef1165a897 100644 --- a/tests/utf/utf8_wordwrap_test.php +++ b/tests/utf/utf8_wordwrap_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 * @@ -82,3 +81,4 @@ class phpbb_utf_utf8_wordwrap_test extends phpbb_test_case $this->assertEquals($expected, $phpbb_utf8_wordwrap, 'Checking UTF-8 cutting long words'); } } + |