aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/path_helper/path_helper_test.php')
-rw-r--r--tests/path_helper/path_helper_test.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/path_helper/path_helper_test.php b/tests/path_helper/path_helper_test.php
index 1479c57051..bca0f0eb07 100644
--- a/tests/path_helper/path_helper_test.php
+++ b/tests/path_helper/path_helper_test.php
@@ -102,13 +102,6 @@ class phpbb_path_helper_test extends phpbb_test_case
array(
$this->phpbb_root_path . 'test.php',
'//',
- null,
- null,
- './../',
- ),
- array(
- $this->phpbb_root_path . 'test.php',
- '//',
'foo/bar.php',
'bar.php',
'./../',
@@ -139,13 +132,6 @@ class phpbb_path_helper_test extends phpbb_test_case
array(
'./../' . $this->phpbb_root_path . 'test.php',
'//',
- null,
- null,
- '',
- ),
- array(
- './../' . $this->phpbb_root_path . 'test.php',
- '//',
'foo/bar.php',
'bar.php',
'',