mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11768] Updated test case helper with new signature
PHPBB3-11768
This commit is contained in:
parent
72fb380c9f
commit
c4a58bce89
1 changed files with 2 additions and 2 deletions
|
@ -472,7 +472,7 @@ class phpbb_test_case_helpers
|
|||
$cache,
|
||||
$cache_key_parser,
|
||||
$user,
|
||||
$container
|
||||
$factory
|
||||
);
|
||||
|
||||
$container->set('text_formatter.parser', $parser);
|
||||
|
@ -483,7 +483,7 @@ class phpbb_test_case_helpers
|
|||
$cache,
|
||||
$cache_dir,
|
||||
$cache_key_renderer,
|
||||
$container
|
||||
$factory
|
||||
);
|
||||
|
||||
$root_path = ($container->hasParameter('core.root_path'))
|
||||
|
|
Loading…
Add table
Reference in a new issue