aboutsummaryrefslogtreecommitdiffstats
path: root/tests/content_visibility/set_post_visibility_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/content_visibility/set_post_visibility_test.php')
-rw-r--r--tests/content_visibility/set_post_visibility_test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/content_visibility/set_post_visibility_test.php b/tests/content_visibility/set_post_visibility_test.php
index 149530e122..d62e7ed60b 100644
--- a/tests/content_visibility/set_post_visibility_test.php
+++ b/tests/content_visibility/set_post_visibility_test.php
@@ -126,9 +126,7 @@ class phpbb_content_visibility_set_post_visibility_test extends phpbb_database_t
$auth = $this->getMock('\phpbb\auth\auth');
$user = new \phpbb\user('\phpbb\datetime');
$config = new phpbb\config\config(array());
- $phpbb_dispatcher = $this->getMockBuilder('\phpbb\event\dispatcher')
- ->disableOriginalConstructor()
- ->getMock();
+ $phpbb_dispatcher = new phpbb_mock_event_dispatcher();
$content_visibility = new \phpbb\content_visibility($auth, $config, $phpbb_dispatcher, $db, $user, $phpbb_root_path, $phpEx, FORUMS_TABLE, POSTS_TABLE, TOPICS_TABLE, USERS_TABLE);
$content_visibility->set_post_visibility($visibility, $post_id, $topic_id, $forum_id, $user_id, $time, $reason, $is_starter, $is_latest);