diff options
| author | Nils Adermann <naderman@naderman.de> | 2012-09-01 17:06:59 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2012-09-01 17:06:59 +0200 |
| commit | 4fde4abe5511d3d5c4ea423ecc40888b9565e580 (patch) | |
| tree | 4869b286016cc8207d527d885407c849df780a7a /tests/test_framework/phpbb_functional_test_case.php | |
| parent | d866624ea7cbc4ff8e5515f66dbb984cbd565414 (diff) | |
| parent | 3bd19077dcd7f842e3b5fc50fcdcd7fa9299ad6b (diff) | |
| download | forums-4fde4abe5511d3d5c4ea423ecc40888b9565e580.tar forums-4fde4abe5511d3d5c4ea423ecc40888b9565e580.tar.gz forums-4fde4abe5511d3d5c4ea423ecc40888b9565e580.tar.bz2 forums-4fde4abe5511d3d5c4ea423ecc40888b9565e580.tar.xz forums-4fde4abe5511d3d5c4ea423ecc40888b9565e580.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[task/functional] Fixed DEBUG_TEST related issues
[task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST
[task/functional] Added posting tests (reply and new topic)
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
| -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 b953017d0a..fca66516ba 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -198,7 +198,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"); |
