mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11700] Fix another case of non-namespaced classnames
PHPBB3-11700
This commit is contained in:
parent
d626ebaf1e
commit
ee1c15fe7e
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Reference in a new issue