[ticket/11700] Fix another case of non-namespaced classnames

PHPBB3-11700
This commit is contained in:
Nils Adermann 2013-09-16 04:47:39 +02:00
parent d626ebaf1e
commit ee1c15fe7e

View file

@ -532,7 +532,7 @@ class phpbb_functional_test_case extends phpbb_test_case
$phpbb_log = new \phpbb\log\log($db, $user, $auth, $phpbb_dispatcher, $phpbb_root_path, 'adm/', $phpEx, LOG_TABLE); $phpbb_log = new \phpbb\log\log($db, $user, $auth, $phpbb_dispatcher, $phpbb_root_path, 'adm/', $phpEx, LOG_TABLE);
$cache = new phpbb_mock_null_cache; $cache = new phpbb_mock_null_cache;
$cache_driver = new phpbb_cache_driver_null(); $cache_driver = new \phpbb\cache\driver\null();
$phpbb_container = new phpbb_mock_container_builder(); $phpbb_container = new phpbb_mock_container_builder();
$phpbb_container->set('cache.driver', $cache_driver); $phpbb_container->set('cache.driver', $cache_driver);
$phpbb_container->set('notification_manager', new phpbb_mock_notification_manager()); $phpbb_container->set('notification_manager', new phpbb_mock_notification_manager());