aboutsummaryrefslogtreecommitdiffstats
path: root/tests/content_visibility/set_topic_visibility_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/content_visibility/set_topic_visibility_test.php')
-rw-r--r--tests/content_visibility/set_topic_visibility_test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/content_visibility/set_topic_visibility_test.php b/tests/content_visibility/set_topic_visibility_test.php
index bdc403f451..6c34f42167 100644
--- a/tests/content_visibility/set_topic_visibility_test.php
+++ b/tests/content_visibility/set_topic_visibility_test.php
@@ -90,9 +90,7 @@ class phpbb_content_visibility_set_topic_visibility_test extends phpbb_database_
$auth = $this->getMock('\phpbb\auth\auth');
$user = new \phpbb\user('\phpbb\datetime');
$config = new phpbb\config\config(array());
- $phpbb_dispatcher = $this->getMock('\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_topic_visibility($visibility, $topic_id, $forum_id, $user_id, $time, $reason, $force_update_all);