diff options
author | mrgoldy <gijsmartens1@gmail.com> | 2018-12-29 13:28:00 +0100 |
---|---|---|
committer | mrgoldy <gijsmartens1@gmail.com> | 2018-12-29 13:28:00 +0100 |
commit | e2e3d402a25b6203f2c29296eddf2dae002053da (patch) | |
tree | edb9f4d47c39cf2adea89d1bf44fc037d62a6be7 /tests/notification | |
parent | d79eb72fc13667db9ab3953fe4a243829efaed53 (diff) | |
download | forums-e2e3d402a25b6203f2c29296eddf2dae002053da.tar forums-e2e3d402a25b6203f2c29296eddf2dae002053da.tar.gz forums-e2e3d402a25b6203f2c29296eddf2dae002053da.tar.bz2 forums-e2e3d402a25b6203f2c29296eddf2dae002053da.tar.xz forums-e2e3d402a25b6203f2c29296eddf2dae002053da.zip |
[ticket/15886] Clean up services
PHPBB3-15886
Diffstat (limited to 'tests/notification')
-rw-r--r-- | tests/notification/group_request_test.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php index f53fe32f2a..e849c66fa5 100644 --- a/tests/notification/group_request_test.php +++ b/tests/notification/group_request_test.php @@ -65,9 +65,7 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas $phpbb_root_path, $phpEx ), - $this->user, - $phpbb_root_path, - $phpEx + $this->user )); $phpbb_dispatcher = new phpbb_mock_event_dispatcher; $phpbb_log = new \phpbb\log\dummy(); |