1
0
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:
Cesar G 2014-04-22 16:03:13 -07:00
parent e104c364f4
commit e9b00071dd

View File

@ -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()
),