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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user