1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/15765] Change parameter to true

PHPBB3-15765
This commit is contained in:
rubencm
2018-09-14 09:03:44 +00:00
committed by Marc Alexander
parent eac6e1a557
commit 21fac34854
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ class phpbb_controller_controller_test extends phpbb_test_case
new \phpbb\routing\file_locator(dirname(__FILE__) . '/')
);
$resources_locator = new \phpbb\routing\resources_locator\default_resources_locator(dirname(__FILE__) . '/', PHPBB_ENVIRONMENT, $this->extension_manager);
$router = new phpbb_mock_router($container, $resources_locator, $loader, 'php', dirname(__FILE__) . '/');
$router = new phpbb_mock_router($container, $resources_locator, $loader, 'php', dirname(__FILE__) . '/', true);
$routes = $router->get_routes();
// This will need to be updated if any new routes are defined