aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-12-06 22:08:00 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-12-26 14:20:39 +0100
commitad2c032d3b748d177403fd495685977f7964f8d4 (patch)
tree6f7e4d53f9aa1e8389849bf0434f98620e2b0fd1 /tests/text_formatter
parentf9d8866aee9bca746801ef0360a5ab350d04061d (diff)
downloadforums-ad2c032d3b748d177403fd495685977f7964f8d4.tar
forums-ad2c032d3b748d177403fd495685977f7964f8d4.tar.gz
forums-ad2c032d3b748d177403fd495685977f7964f8d4.tar.bz2
forums-ad2c032d3b748d177403fd495685977f7964f8d4.tar.xz
forums-ad2c032d3b748d177403fd495685977f7964f8d4.zip
[ticket/14323] Moved autolink-related functions to a separate helper
PHPBB3-14323
Diffstat (limited to 'tests/text_formatter')
-rw-r--r--tests/text_formatter/s9e/factory_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/text_formatter/s9e/factory_test.php b/tests/text_formatter/s9e/factory_test.php
index 77f27d6547..dbf28b1d38 100644
--- a/tests/text_formatter/s9e/factory_test.php
+++ b/tests/text_formatter/s9e/factory_test.php
@@ -50,6 +50,7 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case
$this->cache,
$this->dispatcher,
new \phpbb\config\config(array('allowed_schemes_links' => 'http,https,ftp')),
+ new \phpbb\textformatter\s9e\autolink_helper,
$this->get_cache_dir(),
'_foo_parser',
'_foo_renderer'