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

[ticket/17279] Update parameters for constructor in tests

PHPBB3-17279
This commit is contained in:
Marc Alexander
2023-12-29 21:41:00 +01:00
parent 327b891ee1
commit ae7100957c
10 changed files with 10 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ abstract class phpbb_controller_common_helper_route extends phpbb_database_test_
$container->setParameter('core.environment', PHPBB_ENVIRONMENT);
$cache_path = $phpbb_root_path . 'cache/twig';
$log = new \phpbb\log\dummy();
$iconify_bundler = new \phpbb\assets\iconify_bundler($log);
$iconify_bundler = new \phpbb\assets\iconify_bundler($log, $phpbb_root_path);
$assets_bag = new \phpbb\template\assets_bag($iconify_bundler);
$context = new \phpbb\template\context();
$loader = new \phpbb\template\twig\loader('');