mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/14036] Fixed mocked web root path
...to match what it would return normally PHPBB3-14036
This commit is contained in:
@@ -441,7 +441,7 @@ class phpbb_test_case_helpers
|
||||
->getMock();
|
||||
$path_helper->expects($this->test_case->any())
|
||||
->method('get_web_root_path')
|
||||
->will($this->test_case->returnValue('./'));
|
||||
->will($this->test_case->returnValue('phpBB/'));
|
||||
|
||||
$container->set('path_helper', $path_helper);
|
||||
}
|
||||
|
Reference in New Issue
Block a user