aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/garbage_collection_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/session/garbage_collection_test.php')
-rw-r--r--tests/session/garbage_collection_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/session/garbage_collection_test.php b/tests/session/garbage_collection_test.php
index 3fad81c68b..5b337be44e 100644
--- a/tests/session/garbage_collection_test.php
+++ b/tests/session/garbage_collection_test.php
@@ -30,7 +30,7 @@ class phpbb_session_garbage_collection_test extends phpbb_session_test_case
global $phpbb_container;
- $plugins = new \phpbb\di\service_collection($phpbb_container);
+ $plugins = new \phpbb\di\service_collection\service_collection($phpbb_container);
$plugins->add('core.captcha.plugins.nogd');
$phpbb_container->set(
'captcha.factory',