diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 14:02:45 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 14:02:45 +0100 |
| commit | 40f3ae1d8fd9747afa7bf115a406f4b184146162 (patch) | |
| tree | 1b0e7091a79746feba1d577dffbb5f26baec8bc2 /tests | |
| parent | 29fdad396d62398f9544ebcfe5ac19cdaad5b120 (diff) | |
| parent | 195014867ae84fe04ec01c913e38bf1d435590f7 (diff) | |
| download | forums-40f3ae1d8fd9747afa7bf115a406f4b184146162.tar forums-40f3ae1d8fd9747afa7bf115a406f4b184146162.tar.gz forums-40f3ae1d8fd9747afa7bf115a406f4b184146162.tar.bz2 forums-40f3ae1d8fd9747afa7bf115a406f4b184146162.tar.xz forums-40f3ae1d8fd9747afa7bf115a406f4b184146162.zip | |
Merge remote-tracking branch 'igorw/ticket/11183' into develop
* igorw/ticket/11183:
[ticket/11183] Remove $load_extensions and weird dl() calls
Diffstat (limited to 'tests')
| -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..2d44bfc359 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -199,7 +199,7 @@ class phpbb_functional_test_case extends phpbb_test_case $this->do_request('create_table', $data); $this->do_request('config_file', $data); - file_put_contents($phpbb_root_path . "config.$phpEx", phpbb_create_config_file_data($data, self::$config['dbms'], array(), true, true)); + file_put_contents($phpbb_root_path . "config.$phpEx", phpbb_create_config_file_data($data, self::$config['dbms'], true, true)); $this->do_request('final', $data); copy($phpbb_root_path . "config.$phpEx", $phpbb_root_path . "config_test.$phpEx"); |
