aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-08 00:20:33 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-08 00:20:33 +0200
commitb4d7192b62c98b0738711a7b7647a47129adb902 (patch)
treebb54b432562bd9f4b0adcdf907e62db4db506c00 /tests/mock
parent9374d14e275d2ec1317558a7d7ba93ab71a2a4c1 (diff)
downloadforums-b4d7192b62c98b0738711a7b7647a47129adb902.tar
forums-b4d7192b62c98b0738711a7b7647a47129adb902.tar.gz
forums-b4d7192b62c98b0738711a7b7647a47129adb902.tar.bz2
forums-b4d7192b62c98b0738711a7b7647a47129adb902.tar.xz
forums-b4d7192b62c98b0738711a7b7647a47129adb902.zip
[ticket/12787] Updates phpbb_mock_controller_helper
PHPBB3-12787
Diffstat (limited to 'tests/mock')
-rw-r--r--tests/mock/controller_helper.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mock/controller_helper.php b/tests/mock/controller_helper.php
index 9f70f8e96c..f9d231258e 100644
--- a/tests/mock/controller_helper.php
+++ b/tests/mock/controller_helper.php
@@ -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 '';
+ }
}