1
0
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:
David King
2012-11-15 16:31:32 -05:00
parent b2598662af
commit a87a5dd566

View File

@@ -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