aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/controller/controller_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/controller_test.php b/tests/controller/controller_test.php
index b73019a6a0..577feee517 100644
--- a/tests/controller/controller_test.php
+++ b/tests/controller/controller_test.php
@@ -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