mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 22:11:26 +02:00
[ticket/11497] Rename set_ext_finder in find_routing_files
PHPBB3-11497
This commit is contained in:
@@ -45,7 +45,7 @@ class phpbb_controller_helper_route_test extends phpbb_test_case
|
||||
new phpbb_mock_cache()
|
||||
);
|
||||
$this->provider = new \phpbb\controller\provider();
|
||||
$this->provider->set_ext_finder($finder);
|
||||
$this->provider->find_routing_files($finder);
|
||||
$this->provider->find(dirname(__FILE__) . '/');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user