mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/12787] Updates phpbb_mock_controller_helper
PHPBB3-12787
This commit is contained in:
@@ -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 '';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user