aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_functional_test_case.php
diff options
context:
space:
mode:
authorUnknown Bliss <m@michaelcullum.com>2012-09-01 21:15:39 +0100
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 21:15:39 +0100
commit79da1ea59291ae91acf570fe5b705d80f1d29253 (patch)
tree0e69c121b02d38d2be4959e22d5aa67210af5a36 /tests/test_framework/phpbb_functional_test_case.php
parent0c35ee2769d3945f25275d5ee7a130b7596d289f (diff)
parent43190ebecaeadbc8738da9dcb33b9163652fb9f3 (diff)
downloadforums-79da1ea59291ae91acf570fe5b705d80f1d29253.tar
forums-79da1ea59291ae91acf570fe5b705d80f1d29253.tar.gz
forums-79da1ea59291ae91acf570fe5b705d80f1d29253.tar.bz2
forums-79da1ea59291ae91acf570fe5b705d80f1d29253.tar.xz
forums-79da1ea59291ae91acf570fe5b705d80f1d29253.zip
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631
Conflicts: phpBB/common.php phpBB/download/file.php
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
-rw-r--r--tests/test_framework/phpbb_functional_test_case.php2
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 6b4c0b6883..d002615e8c 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));
+ file_put_contents($phpbb_root_path . "config.$phpEx", phpbb_create_config_file_data($data, self::$config['dbms'], array(), true, true));
$this->do_request('final', $data);
copy($phpbb_root_path . "config.$phpEx", $phpbb_root_path . "config_test.$phpEx");