aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-05-13 00:35:01 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-05-13 00:35:01 -0500
commita4d6486d8061049f5c40e971463b171f4ee33708 (patch)
tree5982066367c27fbd968fa1a78b891058f71e6773
parent3c76cdeb6701a4aded7a7c39b8c9b44c00b5848a (diff)
downloadforums-a4d6486d8061049f5c40e971463b171f4ee33708.tar
forums-a4d6486d8061049f5c40e971463b171f4ee33708.tar.gz
forums-a4d6486d8061049f5c40e971463b171f4ee33708.tar.bz2
forums-a4d6486d8061049f5c40e971463b171f4ee33708.tar.xz
forums-a4d6486d8061049f5c40e971463b171f4ee33708.zip
[ticket/11413] Fix unit tests
PHPBB3-11413
-rw-r--r--tests/notification/notification_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/notification_test.php b/tests/notification/notification_test.php
index c342b10a7f..ff168516e3 100644
--- a/tests/notification/notification_test.php
+++ b/tests/notification/notification_test.php
@@ -96,7 +96,7 @@ class phpbb_notification_test extends phpbb_database_test_case
{
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()