diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-11 16:23:07 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-11 16:23:07 +0200 |
| commit | a6183c6484e871c11aecb372837a321b9645bd10 (patch) | |
| tree | cccfdbfade471675bb31f90a58c3340f65a158ac /tests/test_framework/phpbb_functional_test_case.php | |
| parent | d5363bd095219c6ca1e5b32efa2fa80239badd30 (diff) | |
| parent | 03667081e1d0a33e7867e9e261044369c45dd8ad (diff) | |
| download | forums-a6183c6484e871c11aecb372837a321b9645bd10.tar forums-a6183c6484e871c11aecb372837a321b9645bd10.tar.gz forums-a6183c6484e871c11aecb372837a321b9645bd10.tar.bz2 forums-a6183c6484e871c11aecb372837a321b9645bd10.tar.xz forums-a6183c6484e871c11aecb372837a321b9645bd10.zip | |
Merge remote-tracking branch 'marc/ticket/12386' into develop-ascraeus
* marc/ticket/12386:
[ticket/12386] Rename DEBUG_EXTRA to DEBUG_CONTAINER for more descriptive name
[ticket/12386] Add DEBUG_EXTRA again and use it for container creation
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 daa8b802b5..1f372fff0c 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -300,7 +300,7 @@ class phpbb_functional_test_case extends phpbb_test_case // because that step will create a config.php file if phpBB has the // permission to do so. We have to create the config file on our own // in order to get the DEBUG constants defined. - $config_php_data = phpbb_create_config_file_data(self::$config, self::$config['dbms'], true, true); + $config_php_data = phpbb_create_config_file_data(self::$config, self::$config['dbms'], true, false, true); $config_created = file_put_contents($config_file, $config_php_data) !== false; if (!$config_created) { |
