diff options
Diffstat (limited to 'tests/security/extract_current_page.php')
-rw-r--r-- | tests/security/extract_current_page.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/security/extract_current_page.php b/tests/security/extract_current_page.php index 9e04649f80..2b61ac7062 100644 --- a/tests/security/extract_current_page.php +++ b/tests/security/extract_current_page.php @@ -8,8 +8,6 @@ * */ -define('IN_PHPBB', true); - require_once 'test_framework/framework.php'; require_once '../phpBB/includes/functions.php'; @@ -53,5 +51,3 @@ class phpbb_security_extract_current_page_test extends phpbb_test_case $this->assertEquals($expected, $result['query_string'], $label); } } - -?>
\ No newline at end of file |