[ticket/11413] Use phpbb_user in test

PHPBB3-11413
This commit is contained in:
Nathaniel Guse 2013-05-13 00:48:27 -05:00
parent ad430ae406
commit bae42c6f0a

View file

@ -33,7 +33,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'allow_topic_notify' => true, 'allow_topic_notify' => true,
'allow_forum_notify' => true, 'allow_forum_notify' => true,
)); ));
$this->user = new phpbb_mock_user(); $this->user = new phpbb_user();
$this->user_loader = new phpbb_user_loader($this->db, $phpbb_root_path, $phpEx, 'phpbb_users'); $this->user_loader = new phpbb_user_loader($this->db, $phpbb_root_path, $phpEx, 'phpbb_users');
$this->auth = new phpbb_mock_notifications_auth(); $this->auth = new phpbb_mock_notifications_auth();
$this->cache = new phpbb_cache_service( $this->cache = new phpbb_cache_service(