diff options
| author | Gaëtan Muller <m.gaetan89@gmail.com> | 2015-01-11 18:01:52 +0100 |
|---|---|---|
| committer | Gaëtan Muller <m.gaetan89@gmail.com> | 2015-02-02 21:52:59 +0100 |
| commit | a633f3484c63fe4bd70df548b3ae4bd569bdef46 (patch) | |
| tree | 84e22d369b32d520dad249a2e8b7a13394b0a108 /tests/test_framework/phpbb_functional_test_case.php | |
| parent | df77174a2b2a8f9e86ee8f992556dd4820484be3 (diff) | |
| download | forums-a633f3484c63fe4bd70df548b3ae4bd569bdef46.tar forums-a633f3484c63fe4bd70df548b3ae4bd569bdef46.tar.gz forums-a633f3484c63fe4bd70df548b3ae4bd569bdef46.tar.bz2 forums-a633f3484c63fe4bd70df548b3ae4bd569bdef46.tar.xz forums-a633f3484c63fe4bd70df548b3ae4bd569bdef46.zip | |
[ticket/13496] Update calls to `set_config_count()`
PHPBB3-13496
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
| -rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index 984c0dcdcf..93876479d5 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -578,7 +578,6 @@ class phpbb_functional_test_case extends phpbb_test_case require_once(__DIR__ . '/../../phpBB/includes/functions_user.php'); } - set_config_count(null, null, null, $config); $phpbb_dispatcher = new phpbb_mock_event_dispatcher(); $passwords_manager = $this->get_passwords_manager(); |
