1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-01-09 20:34:59 +01:00
21 changed files with 110 additions and 46 deletions

View File

@@ -99,13 +99,6 @@ class phpbb_path_helper_test extends phpbb_test_case
null,
'',
),
array(
$this->phpbb_root_path . 'test.php',
'//',
null,
null,
'./../',
),
array(
$this->phpbb_root_path . 'test.php',
'//',
@@ -136,13 +129,6 @@ class phpbb_path_helper_test extends phpbb_test_case
),
// No correction if the path is already prepend by the web root path
array(
'./../' . $this->phpbb_root_path . 'test.php',
'//',
null,
null,
'',
),
array(
'./../' . $this->phpbb_root_path . 'test.php',
'//',