1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/11497] Rename set_ext_finder in find_routing_files

PHPBB3-11497
This commit is contained in:
Tristan Darricau
2014-05-05 18:20:14 +02:00
parent 78e1d119f5
commit 346c6f3998
7 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ class phpbb_controller_controller_test extends phpbb_test_case
public function test_provider()
{
$provider = new \phpbb\controller\provider();
$provider->set_ext_finder($this->extension_manager->get_finder());
$provider->find_routing_files($this->extension_manager->get_finder());
$routes = $provider->find(__DIR__)->get_routes();
// This will need to be updated if any new routes are defined