diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-23 20:34:47 -0500 |
---|---|---|
committer | Unknown Bliss <m@michaelcullum.com> | 2012-09-01 15:05:38 +0100 |
commit | fd5ed30052a03d812cfdf95f4e86b0c997b5aa10 (patch) | |
tree | da166696ee9132823acf9f1f3911093776019ef2 /tests/test_framework/phpbb_functional_test_case.php | |
parent | 2a7e1292919ed1397a3f1951e510d84565d002d7 (diff) | |
download | forums-fd5ed30052a03d812cfdf95f4e86b0c997b5aa10.tar forums-fd5ed30052a03d812cfdf95f4e86b0c997b5aa10.tar.gz forums-fd5ed30052a03d812cfdf95f4e86b0c997b5aa10.tar.bz2 forums-fd5ed30052a03d812cfdf95f4e86b0c997b5aa10.tar.xz forums-fd5ed30052a03d812cfdf95f4e86b0c997b5aa10.zip |
[ticket/10631] Update tests
PHPBB3-10631
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
-rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index b953017d0a..a1deeb2b63 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -125,6 +125,7 @@ class phpbb_functional_test_case extends phpbb_test_case { $this->extension_manager = new phpbb_extension_manager( $this->get_db(), + new phpbb_config(), self::$config['table_prefix'] . 'ext', $phpbb_root_path, ".$phpEx", |