diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-10-09 11:15:21 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-09 11:15:21 +0200 |
commit | 88033feb85f554936462b7652c80a7a815128d2b (patch) | |
tree | 1d3e6453b0bf1745691bd1207577dc915a6a26fe /tests/privmsgs/delete_user_pms_test.php | |
parent | c78dbd2eea2dae14b076d8d800474c8715982277 (diff) | |
download | forums-88033feb85f554936462b7652c80a7a815128d2b.tar forums-88033feb85f554936462b7652c80a7a815128d2b.tar.gz forums-88033feb85f554936462b7652c80a7a815128d2b.tar.bz2 forums-88033feb85f554936462b7652c80a7a815128d2b.tar.xz forums-88033feb85f554936462b7652c80a7a815128d2b.zip |
[ticket/14168] Fix tests after rebase
PHPBB3-14168
Diffstat (limited to 'tests/privmsgs/delete_user_pms_test.php')
-rw-r--r-- | tests/privmsgs/delete_user_pms_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/privmsgs/delete_user_pms_test.php b/tests/privmsgs/delete_user_pms_test.php index 1da4b76f9f..329c401316 100644 --- a/tests/privmsgs/delete_user_pms_test.php +++ b/tests/privmsgs/delete_user_pms_test.php @@ -91,7 +91,7 @@ class phpbb_privmsgs_delete_user_pms_test extends phpbb_database_test_case $phpbb_container = new phpbb_mock_container_builder(); $phpbb_container->set('notification_manager', new phpbb_mock_notification_manager()); - $phpbb_container->set('attachment.delete', new \phpbb\attachment\delete(new \phpbb\config\config(array()), $db, new \phpbb\filesystem\filesystem(), new \phpbb\attachment\resync($db), $phpbb_root_path)); + $phpbb_container->set('attachment.delete', new \phpbb\attachment\delete(new \phpbb\config\config(array()), $db, new \phpbb_mock_event_dispatcher(), new \phpbb\filesystem\filesystem(), new \phpbb\attachment\resync($db), $phpbb_root_path)); phpbb_delete_user_pms($delete_user); |