aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-13 08:57:20 -0700
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-13 08:57:20 -0700
commit87795eba55172ed43119dd0ee022db68cf3ba8f6 (patch)
tree046da75f4a7ff4de734584b021ab86c06ea1feff /tests/notification
parentd879acb7cca1a05a9adacc2376ab4118bd81ab4a (diff)
parent167ca1f33f8265e5dea6481cc69de16ccfdd0dce (diff)
downloadforums-87795eba55172ed43119dd0ee022db68cf3ba8f6.tar
forums-87795eba55172ed43119dd0ee022db68cf3ba8f6.tar.gz
forums-87795eba55172ed43119dd0ee022db68cf3ba8f6.tar.bz2
forums-87795eba55172ed43119dd0ee022db68cf3ba8f6.tar.xz
forums-87795eba55172ed43119dd0ee022db68cf3ba8f6.zip
Merge pull request #1017 from nickvergessen/feature/softdelete-1-permission
Soft delete
Diffstat (limited to 'tests/notification')
-rw-r--r--tests/notification/submit_post_base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/notification/submit_post_base.php b/tests/notification/submit_post_base.php
index 59daf6c9cb..4e564ce23c 100644
--- a/tests/notification/submit_post_base.php
+++ b/tests/notification/submit_post_base.php
@@ -96,6 +96,7 @@ class phpbb_notification_submit_post_base extends phpbb_database_test_case
// Container
$phpbb_container = new phpbb_mock_container_builder();
+ $phpbb_container->set('content.visibility', new phpbb_content_visibility($auth, $db, $user, $phpbb_root_path, $phpEx, FORUMS_TABLE, POSTS_TABLE, TOPICS_TABLE, USERS_TABLE));
$user_loader = new phpbb_user_loader($db, $phpbb_root_path, $phpEx, USERS_TABLE);