aboutsummaryrefslogtreecommitdiffstats
path: root/tests/content_visibility
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-09 11:15:21 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-09 11:15:21 +0200
commit88033feb85f554936462b7652c80a7a815128d2b (patch)
tree1d3e6453b0bf1745691bd1207577dc915a6a26fe /tests/content_visibility
parentc78dbd2eea2dae14b076d8d800474c8715982277 (diff)
downloadforums-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/content_visibility')
-rw-r--r--tests/content_visibility/delete_post_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/content_visibility/delete_post_test.php b/tests/content_visibility/delete_post_test.php
index c383ebfa2f..f174b99d51 100644
--- a/tests/content_visibility/delete_post_test.php
+++ b/tests/content_visibility/delete_post_test.php
@@ -312,7 +312,7 @@ class phpbb_content_visibility_delete_post_test extends phpbb_database_test_case
$lang_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx);
$lang = new \phpbb\language\language($lang_loader);
$user = new \phpbb\user($lang, '\phpbb\datetime');
- $attachment_delete = new \phpbb\attachment\delete($config, $db, new \phpbb\filesystem\filesystem(), new \phpbb\attachment\resync($db), $phpbb_root_path);
+ $attachment_delete = new \phpbb\attachment\delete($config, $db, new \phpbb_mock_event_dispatcher(), new \phpbb\filesystem\filesystem(), new \phpbb\attachment\resync($db), $phpbb_root_path);
$phpbb_dispatcher = new phpbb_mock_event_dispatcher();