diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-07-29 20:47:09 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-07-29 20:47:09 +0200 |
commit | 47161de032e0d5ebc639636a0955441cfdbd2d26 (patch) | |
tree | c11249578fbbc06398213b117cff44f405da8cd4 /tests/notification | |
parent | Merge branch '3.3.x' (diff) | |
parent | Merge branch 'ticket/16112' into ticket/16112-3.3.x (diff) | |
download | phpbb-47161de032e0d5ebc639636a0955441cfdbd2d26.tar.gz phpbb-47161de032e0d5ebc639636a0955441cfdbd2d26.tar.bz2 phpbb-47161de032e0d5ebc639636a0955441cfdbd2d26.zip |
Merge branch 'ticket/16112-3.3.x' into ticket/16112-master
Diffstat (limited to 'tests/notification')
-rw-r--r-- | tests/notification/group_request_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php index b935b180d9..f5f0013770 100644 --- a/tests/notification/group_request_test.php +++ b/tests/notification/group_request_test.php @@ -60,7 +60,6 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas new \phpbb\symfony_request( new phpbb_mock_request() ), - new \phpbb\filesystem\filesystem(), $this->getMockBuilder('\phpbb\request\request')->disableOriginalConstructor()->getMock(), $phpbb_root_path, $phpEx |