mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/9657] Fix notification tests
PHPBB3-9657
This commit is contained in:
parent
753dc62267
commit
7262045a24
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue