diff options
Diffstat (limited to 'tests/network/inet_ntop_pton.php')
-rw-r--r-- | tests/network/inet_ntop_pton.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/network/inet_ntop_pton.php b/tests/network/inet_ntop_pton.php index 4cea6cfa3a..7d4f44aaca 100644 --- a/tests/network/inet_ntop_pton.php +++ b/tests/network/inet_ntop_pton.php @@ -7,8 +7,7 @@ * */ -require_once 'test_framework/framework.php'; -require_once '../phpBB/includes/functions.php'; +require_once __DIR__ . '/../../phpBB/includes/functions.php'; class phpbb_network_inet_ntop_pton_test extends phpbb_test_case { |