mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/10933] Dependency inject template context.
PHPBB3-10933
This commit is contained in:
@@ -43,7 +43,8 @@ class metadata_manager_test extends phpbb_database_test_case
|
||||
$this->phpEx,
|
||||
$this->config,
|
||||
$this->user,
|
||||
new phpbb_style_resource_locator()
|
||||
new phpbb_style_resource_locator(),
|
||||
new phpbb_template_context()
|
||||
);
|
||||
|
||||
$this->extension_manager = new phpbb_extension_manager(
|
||||
|
Reference in New Issue
Block a user