diff options
author | 2015-06-10 15:11:27 +0200 | |
---|---|---|
committer | 2015-07-15 22:05:06 +0200 | |
commit | da7fc9e5daf6e72f9b86dbc5e002febb202f516e (patch) | |
tree | ad741d7ad78d93c4a39953e717ab3b01a1896e80 /tests/text_formatter | |
parent | Merge branch '3.1.x' (diff) | |
download | phpbb-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar.gz phpbb-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar.bz2 phpbb-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.zip |
[ticket/13935] Allow more admin-configurable schemes in post links
PHPBB3-13935
Diffstat (limited to 'tests/text_formatter')
-rw-r--r-- | tests/text_formatter/s9e/factory_test.php | 1 |
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 8382097544..c8bf595092 100644 --- a/tests/text_formatter/s9e/factory_test.php +++ b/tests/text_formatter/s9e/factory_test.php @@ -49,6 +49,7 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case $dal, $this->cache, $this->dispatcher, + new \phpbb\config\config(array('allowed_schemes_links' => 'http,https,ftp')), $this->get_cache_dir(), '_foo_parser', '_foo_renderer' |