diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-09 15:57:01 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 01:16:22 +0200 |
commit | b91abf1a0bd751da640219596a94019f70086c0b (patch) | |
tree | c277cb04b3b31cace50420aa00a3c74af3fd0330 /tests | |
parent | d73d606f11897f13e3779c76261be6f96139f0e0 (diff) | |
download | forums-b91abf1a0bd751da640219596a94019f70086c0b.tar forums-b91abf1a0bd751da640219596a94019f70086c0b.tar.gz forums-b91abf1a0bd751da640219596a94019f70086c0b.tar.bz2 forums-b91abf1a0bd751da640219596a94019f70086c0b.tar.xz forums-b91abf1a0bd751da640219596a94019f70086c0b.zip |
[ticket/11854] Rename captchas.factory service to captcha.factory
PHPBB3-11854
Diffstat (limited to 'tests')
-rw-r--r-- | tests/session/garbage_collection_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/session/garbage_collection_test.php b/tests/session/garbage_collection_test.php index 027a7ca852..3fad81c68b 100644 --- a/tests/session/garbage_collection_test.php +++ b/tests/session/garbage_collection_test.php @@ -33,7 +33,7 @@ class phpbb_session_garbage_collection_test extends phpbb_session_test_case $plugins = new \phpbb\di\service_collection($phpbb_container); $plugins->add('core.captcha.plugins.nogd'); $phpbb_container->set( - 'captchas.factory', + 'captcha.factory', new \phpbb\captcha\factory($phpbb_container, $plugins) ); $phpbb_container->set( |