diff options
Diffstat (limited to 'tests/security/extract_current_page.php')
-rw-r--r-- | tests/security/extract_current_page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/security/extract_current_page.php b/tests/security/extract_current_page.php index 2b61ac7062..8c72fe1440 100644 --- a/tests/security/extract_current_page.php +++ b/tests/security/extract_current_page.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 * @@ -51,3 +50,4 @@ class phpbb_security_extract_current_page_test extends phpbb_test_case $this->assertEquals($expected, $result['query_string'], $label); } } + |