mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16944] Add missing definitions and make logging optional
PHPBB3-16944
This commit is contained in:
@@ -69,6 +69,7 @@ class phpbb_email_parsing_test extends phpbb_test_case
|
||||
$log = new \phpbb\log\dummy();
|
||||
$iconify_bundler = new \phpbb\assets\iconify_bundler($log);
|
||||
$assets_bag = new \phpbb\template\assets_bag($iconify_bundler);
|
||||
$phpbb_container->set('assets.bag', $assets_bag);
|
||||
|
||||
$context = new \phpbb\template\context();
|
||||
$twig = new \phpbb\template\twig\environment(
|
||||
|
Reference in New Issue
Block a user