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