mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 11:35:24 +02:00
[feature/twig] Fix controller/helper_url_test (missing globals)
PHPBB3-11598
This commit is contained in:
@ -45,7 +45,7 @@ class phpbb_controller_helper_url_test extends phpbb_test_case
|
||||
*/
|
||||
public function test_helper_url($route, $params, $is_amp, $session_id, $expected, $description)
|
||||
{
|
||||
global $phpbb_dispatcher;
|
||||
global $phpbb_dispatcher, $phpbb_root_path, $phpEx;
|
||||
|
||||
$phpbb_dispatcher = new phpbb_mock_event_dispatcher;
|
||||
$this->style_resource_locator = new phpbb_style_resource_locator();
|
||||
|
Reference in New Issue
Block a user