mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02:00
[ticket/11508] Fix build_url test.
PHPBB3-11508
This commit is contained in:
parent
e104c364f4
commit
e9b00071dd
@ -13,7 +13,7 @@ class phpbb_build_url_test extends phpbb_test_case
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
||||
global $user, $phpbb_dispatcher, $phpbb_container, $phpbb_root_path;
|
||||
global $user, $phpbb_dispatcher, $phpbb_container, $phpbb_root_path, $phpbb_path_helper;
|
||||
|
||||
parent::setUp();
|
||||
|
||||
@ -21,7 +21,7 @@ class phpbb_build_url_test extends phpbb_test_case
|
||||
$user = new phpbb_mock_user();
|
||||
$phpbb_dispatcher = new phpbb_mock_event_dispatcher();
|
||||
|
||||
$path_helper = new \phpbb\path_helper(
|
||||
$phpbb_path_helper = new \phpbb\path_helper(
|
||||
new \phpbb\symfony_request(
|
||||
new phpbb_mock_request()
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user