mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/17279] Update parameters for constructor in tests
PHPBB3-17279
This commit is contained in:
@@ -46,7 +46,7 @@ class phpbb_template_template_test_case_with_tree extends phpbb_template_templat
|
||||
$context = new \phpbb\template\context();
|
||||
$loader = new \phpbb\template\twig\loader('');
|
||||
$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);
|
||||
$twig = new \phpbb\template\twig\environment(
|
||||
$assets_bag,
|
||||
|
Reference in New Issue
Block a user