1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/13961] Move service_collection to di/service_collection namespace

PHPBB3-13961
This commit is contained in:
Mate Bartus
2015-06-23 14:31:18 +02:00
parent 8213f24b35
commit 98cb70f5d2
22 changed files with 33 additions and 33 deletions

View File

@@ -46,7 +46,7 @@ class phpbb_functions_user_delete_test extends phpbb_database_test_case
$notification_manager = new phpbb_mock_notification_manager();
$provider_collection = new \phpbb\auth\provider_collection($phpbb_container, $config);
$oauth_provider_google = new \phpbb\auth\provider\oauth\service\google($config, $request);
$oauth_provider_collection = new \phpbb\di\service_collection($phpbb_container);
$oauth_provider_collection = new \phpbb\di\service_collection\service_collection($phpbb_container);
$oauth_provider_collection->offsetSet('auth.provider.oauth.service.google', $oauth_provider_google);
$driver_helper = new \phpbb\passwords\driver\helper($config);