mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 12:34:59 +02:00
[ticket/15087] Optimize creation of metadata objects by caching
Fix constructor in test cases. PHPBB3-15087
This commit is contained in:
parent
2e3d90e05b
commit
7000db3049
@ -364,9 +364,7 @@ class phpbb_extension_metadata_manager_test extends phpbb_database_test_case
|
||||
{
|
||||
return new phpbb_mock_metadata_manager(
|
||||
$ext_name,
|
||||
$this->config,
|
||||
$this->extension_manager,
|
||||
$this->phpbb_root_path
|
||||
$this->extension_manager->get_extension_path($ext_name, true)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user