mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12787] Updates phpbb_mock_controller_helper
PHPBB3-12787
This commit is contained in:
parent
9374d14e27
commit
b4d7192b62
1 changed files with 5 additions and 0 deletions
|
@ -23,4 +23,9 @@ class phpbb_mock_controller_helper extends \phpbb\controller\helper
|
||||||
$provider->find_routing_files($manager->get_finder());
|
$provider->find_routing_files($manager->get_finder());
|
||||||
$this->route_collection = $provider->find($phpbb_root_path_ext)->get_routes();
|
$this->route_collection = $provider->find($phpbb_root_path_ext)->get_routes();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function get_current_url()
|
||||||
|
{
|
||||||
|
return '';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue