mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +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,
|
||||||
$cache_key_parser,
|
$cache_key_parser,
|
||||||
$user,
|
$user,
|
||||||
$container
|
$factory
|
||||||
);
|
);
|
||||||
|
|
||||||
$container->set('text_formatter.parser', $parser);
|
$container->set('text_formatter.parser', $parser);
|
||||||
|
@ -483,7 +483,7 @@ class phpbb_test_case_helpers
|
||||||
$cache,
|
$cache,
|
||||||
$cache_dir,
|
$cache_dir,
|
||||||
$cache_key_renderer,
|
$cache_key_renderer,
|
||||||
$container
|
$factory
|
||||||
);
|
);
|
||||||
|
|
||||||
$root_path = ($container->hasParameter('core.root_path'))
|
$root_path = ($container->hasParameter('core.root_path'))
|
||||||
|
|
Loading…
Add table
Reference in a new issue