mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11413] Fix unit tests
PHPBB3-11413
This commit is contained in:
parent
3c76cdeb67
commit
a4d6486d80
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class phpbb_notification_test extends phpbb_database_test_case
|
||||||
{
|
{
|
||||||
global $phpbb_root_path, $phpEx;
|
global $phpbb_root_path, $phpEx;
|
||||||
|
|
||||||
return new $type($this->user_loader, $this->db, $this->cache, $this->user, $this->auth, $this->config, $phpbb_root_path, $phpEx, 'phpbb_notification_types', 'phpbb_notifications', 'phpbb_user_notifications');
|
return new $type($this->user_loader, $this->db, $this->cache->get_driver(), $this->user, $this->auth, $this->config, $phpbb_root_path, $phpEx, 'phpbb_notification_types', 'phpbb_notifications', 'phpbb_user_notifications');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function test_get_notification_type_id()
|
public function test_get_notification_type_id()
|
||||||
|
|
Loading…
Add table
Reference in a new issue