mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'Fyorl/ticket/11187' into develop
* Fyorl/ticket/11187: [ticket/11187] Added a blank array to fix errors in functional tests
This commit is contained in:
commit
3f933c6870
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||
{
|
||||
$this->extension_manager = new phpbb_extension_manager(
|
||||
$this->get_db(),
|
||||
new phpbb_config(),
|
||||
new phpbb_config(array()),
|
||||
self::$config['table_prefix'] . 'ext',
|
||||
$phpbb_root_path,
|
||||
".$phpEx",
|
||||
|
|
Loading…
Add table
Reference in a new issue