aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/notification_test.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-05-13 00:48:27 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-05-13 00:48:27 -0500
commitbae42c6f0a7872d73518b7c3a221b6e23093e0a6 (patch)
treead616fa33931cb903416e2ec62ac2454ff2233a2 /tests/notification/notification_test.php
parentad430ae406fc2bfc21f35ee068b1eb809f39f963 (diff)
downloadforums-bae42c6f0a7872d73518b7c3a221b6e23093e0a6.tar
forums-bae42c6f0a7872d73518b7c3a221b6e23093e0a6.tar.gz
forums-bae42c6f0a7872d73518b7c3a221b6e23093e0a6.tar.bz2
forums-bae42c6f0a7872d73518b7c3a221b6e23093e0a6.tar.xz
forums-bae42c6f0a7872d73518b7c3a221b6e23093e0a6.zip
[ticket/11413] Use phpbb_user in test
PHPBB3-11413
Diffstat (limited to 'tests/notification/notification_test.php')
-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 ff168516e3..8f7eb3b8a8 100644
--- a/tests/notification/notification_test.php
+++ b/tests/notification/notification_test.php
@@ -33,7 +33,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'allow_topic_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->auth = new phpbb_mock_notifications_auth();
$this->cache = new phpbb_cache_service(