diff options
Diffstat (limited to 'tests/text_processing')
-rw-r--r-- | tests/text_processing/all_tests.php | 2 | ||||
-rw-r--r-- | tests/text_processing/make_clickable.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/text_processing/all_tests.php b/tests/text_processing/all_tests.php index d53dd1127e..5e759c72ee 100644 --- a/tests/text_processing/all_tests.php +++ b/tests/text_processing/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 * @@ -39,3 +38,4 @@ if (PHPUnit_MAIN_METHOD == 'phpbb_text_processing_all_tests::main') { phpbb_text_processing_all_tests::main(); } + diff --git a/tests/text_processing/make_clickable.php b/tests/text_processing/make_clickable.php index 25199c428a..a667dd705e 100644 --- a/tests/text_processing/make_clickable.php +++ b/tests/text_processing/make_clickable.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 * @@ -104,3 +103,4 @@ class phpbb_text_processing_make_clickable_test extends phpbb_test_case } } + |