1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11768] Updated test case helper with new signature

PHPBB3-11768
This commit is contained in:
s9e
2015-02-04 23:27:04 +01:00
committed by JoshyPHP
parent 72fb380c9f
commit c4a58bce89

View File

@@ -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'))