aboutsummaryrefslogtreecommitdiffstats
path: root/tests/network
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-01-31 13:26:20 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-01-31 13:26:20 +0100
commitd06657c99573e3975e735e8cb7f8cc5ccb510851 (patch)
tree4402747f36aed8c1ed7761884ad47c16876cf78e /tests/network
parent7ff0cff4cdd477702c606bf0188d6ecaa21c833d (diff)
parente685c1c005ec146fe802f1ff6fb38cb1fe34ed7a (diff)
downloadforums-d06657c99573e3975e735e8cb7f8cc5ccb510851.tar
forums-d06657c99573e3975e735e8cb7f8cc5ccb510851.tar.gz
forums-d06657c99573e3975e735e8cb7f8cc5ccb510851.tar.bz2
forums-d06657c99573e3975e735e8cb7f8cc5ccb510851.tar.xz
forums-d06657c99573e3975e735e8cb7f8cc5ccb510851.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10011] Tests don't work on PHP < 5.3 Conflicts: tests/security/redirect_test.php
Diffstat (limited to 'tests/network')
-rw-r--r--tests/network/checkdnsrr_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/network/checkdnsrr_test.php b/tests/network/checkdnsrr_test.php
index 9410deaf64..5a756dcef8 100644
--- a/tests/network/checkdnsrr_test.php
+++ b/tests/network/checkdnsrr_test.php
@@ -7,7 +7,7 @@
*
*/
-require_once __DIR__ . '/../../phpBB/includes/functions.php';
+require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
/**
* @group slow