1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13801] Removed user dependency from text_formatter.s9e.parser

PHPBB3-13801
This commit is contained in:
JoshyPHP
2015-04-30 23:01:28 +02:00
parent c967ba7b9b
commit deadc06652
5 changed files with 13 additions and 31 deletions

View File

@@ -494,11 +494,9 @@ class phpbb_test_case_helpers
$parser = new \phpbb\textformatter\s9e\parser(
$cache,
$cache_key_parser,
$user,
$factory,
$dispatcher
);
$container->set('text_formatter.parser', $parser);
$container->set('text_formatter.s9e.parser', $parser);