1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16944] Update tests for adjusted environment constructor

PHPBB3-16944
This commit is contained in:
Marc Alexander
2023-11-12 15:09:22 +01:00
parent 0434bce5af
commit 3db2089208
12 changed files with 43 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ class bbcode
$phpbb_container->get('config'),
new \phpbb\template\context(),
new \phpbb\template\twig\environment(
$phpbb_container->get('assets.bag'),
$phpbb_container->get('config'),
$phpbb_container->get('filesystem'),
$phpbb_container->get('path_helper'),