aboutsummaryrefslogtreecommitdiffstats
path: root/tests/email/email_parsing_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-04-16 19:41:14 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-04-16 19:41:14 +0200
commit515d3b7cd1b20750a2fba84ec57da8df5e722e5c (patch)
tree99bdec140f08170e7de71febb0393adf25a4c1ec /tests/email/email_parsing_test.php
parentc5126af1df58229cfc30eb8cd81c311a307747cd (diff)
parentfcc8e155ec309669bebbf6e0370cecfe64c95193 (diff)
downloadforums-515d3b7cd1b20750a2fba84ec57da8df5e722e5c.tar
forums-515d3b7cd1b20750a2fba84ec57da8df5e722e5c.tar.gz
forums-515d3b7cd1b20750a2fba84ec57da8df5e722e5c.tar.bz2
forums-515d3b7cd1b20750a2fba84ec57da8df5e722e5c.tar.xz
forums-515d3b7cd1b20750a2fba84ec57da8df5e722e5c.zip
Merge pull request #4633 from rxu/ticket/14990
[ticket/14990] Add core events to the Twig environment
Diffstat (limited to 'tests/email/email_parsing_test.php')
-rw-r--r--tests/email/email_parsing_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/email/email_parsing_test.php b/tests/email/email_parsing_test.php
index 351a38514f..8fdfe3035e 100644
--- a/tests/email/email_parsing_test.php
+++ b/tests/email/email_parsing_test.php
@@ -81,6 +81,7 @@ class phpbb_email_parsing_test extends phpbb_test_case
$cache_path,
null,
new \phpbb\template\twig\loader($filesystem, ''),
+ new \phpbb\event\dispatcher($phpbb_container),
array(
'cache' => false,
'debug' => false,