diff options
author | Fyorl <gaelreth@gmail.com> | 2012-11-10 13:46:40 +0000 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-11-10 13:46:40 +0000 |
commit | c73293d82673631da61acffeef31a93bcca139dd (patch) | |
tree | 3059c73a329f3773931da2c8d69f319c24a46cdc /tests/test_framework | |
parent | 29fdad396d62398f9544ebcfe5ac19cdaad5b120 (diff) | |
download | forums-c73293d82673631da61acffeef31a93bcca139dd.tar forums-c73293d82673631da61acffeef31a93bcca139dd.tar.gz forums-c73293d82673631da61acffeef31a93bcca139dd.tar.bz2 forums-c73293d82673631da61acffeef31a93bcca139dd.tar.xz forums-c73293d82673631da61acffeef31a93bcca139dd.zip |
[ticket/11187] Added a blank array to fix errors in functional tests
PHPBB3-11187
Diffstat (limited to 'tests/test_framework')
-rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index d002615e8c..d0bbf85960 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -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", |