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

[ticket/12143] Fix those tests

I always have to fix them.. :(

PHPBB3-12143
This commit is contained in:
Oliver Schramm
2015-05-29 14:40:23 +02:00
parent ca17bc7187
commit 981bd8bed4
3 changed files with 11 additions and 6 deletions

View File

@@ -49,6 +49,11 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
$this->user,
$this->cache->get_driver()
));
$this->container->set('group_helper', new \phpbb\group\helper(
new \phpbb\language\language(
new phpbb\language\language_file_loader($phpbb_root_path, $phpEx)
)
));
$phpbb_dispatcher = new phpbb_mock_event_dispatcher;
$phpbb_log = new \phpbb\log\dummy();
$this->get_test_case_helpers()->set_s9e_services();