diff options
Diffstat (limited to 'tests/utf/all_tests.php')
-rw-r--r-- | tests/utf/all_tests.php | 2 |
1 files changed, 1 insertions, 1 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(); } + |