mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 21:56:39 +02:00
[ticket/11187] Added a blank array to fix errors in functional tests
PHPBB3-11187
This commit is contained in:
@ -125,7 +125,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||||||
{
|
{
|
||||||
$this->extension_manager = new phpbb_extension_manager(
|
$this->extension_manager = new phpbb_extension_manager(
|
||||||
$this->get_db(),
|
$this->get_db(),
|
||||||
new phpbb_config(),
|
new phpbb_config(array()),
|
||||||
self::$config['table_prefix'] . 'ext',
|
self::$config['table_prefix'] . 'ext',
|
||||||
$phpbb_root_path,
|
$phpbb_root_path,
|
||||||
".$phpEx",
|
".$phpEx",
|
||||||
|
Reference in New Issue
Block a user