mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10631] Fixing an error in the test script
PHPBB3-10631
This commit is contained in:
parent
747c16240f
commit
1de061c4de
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue