We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe5bfe commit 08ed421Copy full SHA for 08ed421
tests/template/template_test.php
@@ -46,7 +46,9 @@ protected function setup_engine(array $new_config = array())
46
$cache_path = $phpbb_root_path . 'cache/twig';
47
$context = new \phpbb\template\context();
48
$loader = new \phpbb\template\twig\loader();
49
+ $assets_bag = new \phpbb\template\assets_bag();
50
$twig = new \phpbb\template\twig\environment(
51
+ $assets_bag,
52
$config,
53
$filesystem,
54
$path_helper,
0 commit comments