mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16288] PHP 8 compatibility
PHPBB3-16288
This commit is contained in:
@@ -100,13 +100,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',
|
||||
'//',
|
||||
@@ -137,13 +130,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',
|
||||
'//',
|
||||
|
Reference in New Issue
Block a user