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

[ticket/14990] Fix event name, email parsing, installer and dispatcher calls

PHPBB3-14990
This commit is contained in:
rxu
2017-01-11 23:53:12 +07:00
parent 633bbc9c6d
commit 1ea114ca20
4 changed files with 25 additions and 17 deletions

View File

@@ -86,7 +86,8 @@ class phpbb_email_parsing_test extends phpbb_test_case
'debug' => false,
'auto_reload' => true,
'autoescape' => false,
)
),
new \phpbb\event\dispatcher($phpbb_container)
);
$twig->addExtension($twig_extension);
$phpbb_container->set('template.twig.lexer', new \phpbb\template\twig\lexer($twig));