aboutsummaryrefslogtreecommitdiffstats
path: root/tests/security/extract_current_page.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-01-07 01:15:06 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-01-07 01:15:06 +0100
commit5b752a2fed82f27cb1e383583dc4ccb87f7e12e5 (patch)
tree03b5121cc6e5066ba69a92a2af3b18b4509644fa /tests/security/extract_current_page.php
parentd968d35271229671d1285d6c53a1c6aa110307fb (diff)
parentb48b90977382e936a4d98981e55b02c8e574e07b (diff)
downloadforums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar
forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.gz
forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.bz2
forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.xz
forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.zip
Merge branch 'task/phpunit-xml' into develop-olympus
Diffstat (limited to 'tests/security/extract_current_page.php')
-rw-r--r--tests/security/extract_current_page.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/security/extract_current_page.php b/tests/security/extract_current_page.php
index 8c72fe1440..ff0ab4d1bb 100644
--- a/tests/security/extract_current_page.php
+++ b/tests/security/extract_current_page.php
@@ -7,12 +7,12 @@
*
*/
-require_once 'test_framework/framework.php';
+require_once __DIR__ . '/base.php';
-require_once '../phpBB/includes/functions.php';
-require_once '../phpBB/includes/session.php';
+require_once __DIR__ . '/../../phpBB/includes/functions.php';
+require_once __DIR__ . '/../../phpBB/includes/session.php';
-class phpbb_security_extract_current_page_test extends phpbb_test_case
+class phpbb_security_extract_current_page_test extends phpbb_security_test_base
{
public static function security_variables()
{