diff options
Diffstat (limited to 'tests/template/all_tests.php')
-rw-r--r-- | tests/template/all_tests.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/template/all_tests.php b/tests/template/all_tests.php index b4f6f741ca..ea258c1680 100644 --- a/tests/template/all_tests.php +++ b/tests/template/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 * @@ -38,4 +37,4 @@ class phpbb_template_all_tests if (PHPUnit_MAIN_METHOD == 'phpbb_template_all_tests::main') { phpbb_template_all_tests::main(); -}
\ No newline at end of file +} |