mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[feature/controller] Fix tests
PHPBB3-10864
This commit is contained in:
@@ -33,7 +33,7 @@ class phpbb_controller_test extends phpbb_test_case
|
||||
{
|
||||
$provider = new phpbb_controller_provider;
|
||||
$routes = $provider
|
||||
->get_paths($this->extension_manager->get_finder())
|
||||
->import_paths_from_finder($this->extension_manager->get_finder())
|
||||
->find('./tests/controller/');
|
||||
|
||||
// This will need to be updated if any new routes are defined
|
||||
|
Reference in New Issue
Block a user