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:
@@ -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
|
||||
|
Reference in New Issue
Block a user