aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_functional_test_case.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-02-02 20:07:46 +0100
committerAndreas Fischer <bantu@phpbb.com>2015-02-02 20:07:46 +0100
commitdf77174a2b2a8f9e86ee8f992556dd4820484be3 (patch)
tree3a83dabddd37c465de62e60bd2bcecf3c8a29474 /tests/test_framework/phpbb_functional_test_case.php
parent6e2838a4cabc6e7874ff1a72af2d3eb4f5361428 (diff)
parent79d4ff553844fa80be4da9286239f62a45489072 (diff)
downloadforums-df77174a2b2a8f9e86ee8f992556dd4820484be3.tar
forums-df77174a2b2a8f9e86ee8f992556dd4820484be3.tar.gz
forums-df77174a2b2a8f9e86ee8f992556dd4820484be3.tar.bz2
forums-df77174a2b2a8f9e86ee8f992556dd4820484be3.tar.xz
forums-df77174a2b2a8f9e86ee8f992556dd4820484be3.zip
Merge pull request #3280 from MGaetan89/ticket/13494
[ticket/13494] Change set_config() calls with $config->set() * MGaetan89/ticket/13494: [ticket/13494] Update calls to `set_config()`
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 8f6d85fe14..984c0dcdcf 100644
--- a/tests/test_framework/phpbb_functional_test_case.php
+++ b/tests/test_framework/phpbb_functional_test_case.php
@@ -577,7 +577,7 @@ class phpbb_functional_test_case extends phpbb_test_case
{
require_once(__DIR__ . '/../../phpBB/includes/functions_user.php');
}
- set_config(null, null, null, $config);
+
set_config_count(null, null, null, $config);
$phpbb_dispatcher = new phpbb_mock_event_dispatcher();
$passwords_manager = $this->get_passwords_manager();