mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10631] Fixing an error in the test script
PHPBB3-10631
This commit is contained in:
committed by
Unknown Bliss
parent
747c16240f
commit
1de061c4de
@@ -27,7 +27,7 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
|
|||||||
|
|
||||||
$this->extension_manager = new phpbb_extension_manager(
|
$this->extension_manager = new phpbb_extension_manager(
|
||||||
$this->new_dbal(),
|
$this->new_dbal(),
|
||||||
new phpbb_config(array())
|
new phpbb_config(array()),
|
||||||
'phpbb_ext',
|
'phpbb_ext',
|
||||||
dirname(__FILE__) . '/',
|
dirname(__FILE__) . '/',
|
||||||
'.php',
|
'.php',
|
||||||
|
Reference in New Issue
Block a user