summaryrefslogtreecommitdiffstats
path: root/docs/COPYING
stat options
Period:
Authors:

Commits per author per week (path 'docs/COPYING')

AuthorW18 2026W19 2026W20 2026W21 2026Total
Total00000
ertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php
index 42d38255f7..e5e08df5fc 100644
--- a/tests/test_framework/phpbb_functional_test_case.php
+++ b/tests/test_framework/phpbb_functional_test_case.php
@@ -288,7 +288,7 @@ class phpbb_functional_test_case extends phpbb_test_case
$crawler = self::submit($form);
self::assertContains('The configuration file has been written.', $crawler->filter('#main')->text());
- file_put_contents($phpbb_root_path . "config.$phpEx", phpbb_create_config_file_data(self::$config, self::$config['dbms'], array(), true, true));
+ file_put_contents($phpbb_root_path . "config.$phpEx", phpbb_create_config_file_data(self::$config, self::$config['dbms'], true, true));
$form = $crawler->selectButton('submit')->form();
$crawler = self::submit($form);