From daf730ab125c15bdec82137a440c0a6e30a18cf1 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 23 Apr 2016 12:58:55 +0200 Subject: [PATCH] [ticket/674] Define textformatter factory correctly B3P-674 --- tests/unit/modules/welcome_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/modules/welcome_test.php b/tests/unit/modules/welcome_test.php index e8eaf1b8..d962dc52 100644 --- a/tests/unit/modules/welcome_test.php +++ b/tests/unit/modules/welcome_test.php @@ -78,6 +78,7 @@ class phpbb_unit_modules_welcome_test extends \board3\portal\tests\testframework new \phpbb\cache\driver\dummy(), $phpbb_dispatcher, $config, + new \phpbb\textformatter\s9e\link_helper(), $phpbb_root_path . 'cache', '_text_formatter_parser', '_text_formatter_renderer'