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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user