mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[feature/controller] Fix tests
PHPBB3-10864
This commit is contained in:
parent
b2598662af
commit
a87a5dd566
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class phpbb_controller_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
$provider = new phpbb_controller_provider;
|
$provider = new phpbb_controller_provider;
|
||||||
$routes = $provider
|
$routes = $provider
|
||||||
->get_paths($this->extension_manager->get_finder())
|
->import_paths_from_finder($this->extension_manager->get_finder())
|
||||||
->find('./tests/controller/');
|
->find('./tests/controller/');
|
||||||
|
|
||||||
// This will need to be updated if any new routes are defined
|
// This will need to be updated if any new routes are defined
|
||||||
|
|
Loading…
Add table
Reference in a new issue