mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
[ticket/11874] Fix tests
PHPBB3-11874
This commit is contained in:
@@ -52,13 +52,18 @@ class phpbb_path_helper_web_root_path_test extends phpbb_test_case
|
||||
$this->set_phpbb_root_path();
|
||||
|
||||
return array(
|
||||
array(
|
||||
'http://www.test.com/test.php',
|
||||
'http://www.test.com/test.php',
|
||||
'/',
|
||||
),
|
||||
array(
|
||||
$this->phpbb_root_path . 'test.php',
|
||||
$this->phpbb_root_path . 'test.php',
|
||||
),
|
||||
array(
|
||||
'test.php',
|
||||
$this->phpbb_root_path . 'test.php',
|
||||
'test.php',
|
||||
),
|
||||
array(
|
||||
$this->phpbb_root_path . $this->phpbb_root_path . 'test.php',
|
||||
|
Reference in New Issue
Block a user