mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/11832] Use dirname(__FILE__)
PHPBB3-11832
This commit is contained in:
parent
3684d8e971
commit
c46637990e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class phpbb_filesystem_web_root_path_test extends phpbb_test_case
|
||||||
*/
|
*/
|
||||||
public function set_phpbb_root_path()
|
public function set_phpbb_root_path()
|
||||||
{
|
{
|
||||||
$this->phpbb_root_path = __DIR__ . './../../phpBB/';
|
$this->phpbb_root_path = dirname(__FILE__) . './../../phpBB/';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function test_get_web_root_path()
|
public function test_get_web_root_path()
|
||||||
|
|
Loading…
Add table
Reference in a new issue