mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11497] Remove 'ext.finder' from services' list
PHPBB3-11497
This commit is contained in:
@@ -29,7 +29,8 @@ class phpbb_controller_controller_test extends phpbb_test_case
|
||||
|
||||
public function test_provider()
|
||||
{
|
||||
$provider = new \phpbb\controller\provider($this->extension_manager->get_finder());
|
||||
$provider = new \phpbb\controller\provider();
|
||||
$provider->set_ext_finder($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