aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/controller_helper.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-05 18:20:14 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-05 18:20:14 +0200
commit346c6f39980fe060b57549a8364f2e5dece1eb83 (patch)
tree85c97630d5619e9f255bb15718e190ad4f881123 /tests/mock/controller_helper.php
parent78e1d119f5b1f92da8ffe068d947035b6f5305ea (diff)
downloadforums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar
forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.gz
forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.bz2
forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.xz
forums-346c6f39980fe060b57549a8364f2e5dece1eb83.zip
[ticket/11497] Rename set_ext_finder in find_routing_files
PHPBB3-11497
Diffstat (limited to 'tests/mock/controller_helper.php')
-rw-r--r--tests/mock/controller_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/controller_helper.php b/tests/mock/controller_helper.php
index d46d89b367..01ac6494d0 100644
--- a/tests/mock/controller_helper.php
+++ b/tests/mock/controller_helper.php
@@ -16,7 +16,7 @@ class phpbb_mock_controller_helper extends \phpbb\controller\helper
$this->config = $config;
$this->phpbb_root_path = $phpbb_root_path;
$this->php_ext = $php_ext;
- $provider->set_ext_finder($manager->get_finder());
+ $provider->find_routing_files($manager->get_finder());
$this->route_collection = $provider->find($phpbb_root_path_ext)->get_routes();
}
}