diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-05-29 14:40:23 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-08-05 17:50:26 +0200 |
commit | 981bd8bed4f126ec01e02d9e1737c4d42994461c (patch) | |
tree | 4f0f704833c5f2fc3912a3a12b65c8041eef2776 /tests/notification/group_request_test.php | |
parent | ca17bc7187c8836be7650209886b1024d01b268c (diff) | |
download | forums-981bd8bed4f126ec01e02d9e1737c4d42994461c.tar forums-981bd8bed4f126ec01e02d9e1737c4d42994461c.tar.gz forums-981bd8bed4f126ec01e02d9e1737c4d42994461c.tar.bz2 forums-981bd8bed4f126ec01e02d9e1737c4d42994461c.tar.xz forums-981bd8bed4f126ec01e02d9e1737c4d42994461c.zip |
[ticket/12143] Fix those tests
I always have to fix them.. :(
PHPBB3-12143
Diffstat (limited to 'tests/notification/group_request_test.php')
-rw-r--r-- | tests/notification/group_request_test.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php index a24808fbbd..d16e198861 100644 --- a/tests/notification/group_request_test.php +++ b/tests/notification/group_request_test.php @@ -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(); |