mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 03:18:52 +00:00
[ticket/10631] Fix metadata_manager_test
PHPBB3-10631
This commit is contained in:
parent
36465c9a20
commit
47898cb37a
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ class metadata_manager_test extends phpbb_database_test_case
|
|||
);
|
||||
|
||||
$this->extension_manager = new phpbb_extension_manager(
|
||||
$this->db(),
|
||||
$this->db,
|
||||
$this->config,
|
||||
'phpbb_ext',
|
||||
$this->phpbb_root_path,
|
||||
|
@ -347,7 +347,7 @@ class metadata_manager_test extends phpbb_database_test_case
|
|||
{
|
||||
return new phpbb_extension_metadata_manager_test(
|
||||
$ext_name,
|
||||
$this->new_dbal(),
|
||||
$this->db,
|
||||
$this->extension_manager,
|
||||
$this->phpbb_root_path,
|
||||
$this->phpEx,
|
||||
|
|
Loading…
Add table
Reference in a new issue