mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/10631] Fix class construct arguments in test
PHPBB3-10631
This commit is contained in:
committed by
Unknown Bliss
parent
c39f11750f
commit
8c5786636a
@@ -36,7 +36,6 @@ class phpbb_extension_metadata_manager_test extends phpbb_database_test_case
|
||||
$phpbb_extension_metadata_manager = new phpbb_extension_metadata_manager(
|
||||
'bar',
|
||||
$this->new_dbal(),
|
||||
new phpbb_config(array()),
|
||||
$this->extension_manager,
|
||||
dirname(__FILE__) . '/',
|
||||
'.php',
|
||||
@@ -47,7 +46,7 @@ class phpbb_extension_metadata_manager_test extends phpbb_database_test_case
|
||||
new phpbb_user(),
|
||||
new phpbb_style_resource_locator()
|
||||
),
|
||||
new phpbb_mock_cache
|
||||
new phpbb_config(array())
|
||||
);
|
||||
|
||||
//$this->assertEquals(array('bar', 'foo', 'vendor/moo'), array_keys($this->extension_manager->all_available()));
|
||||
|
Reference in New Issue
Block a user