[ticket/12787] Updates phpbb_mock_controller_helper

PHPBB3-12787
This commit is contained in:
Tristan Darricau 2014-07-08 00:20:33 +02:00
parent 9374d14e27
commit b4d7192b62

View file

@ -23,4 +23,9 @@ class phpbb_mock_controller_helper extends \phpbb\controller\helper
$provider->find_routing_files($manager->get_finder());
$this->route_collection = $provider->find($phpbb_root_path_ext)->get_routes();
}
public function get_current_url()
{
return '';
}
}