aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-10 03:04:12 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-10 03:04:12 +0200
commite2bc6c8024eed988ba833ec062b9e856a77ff661 (patch)
treeb67f2ecc1349907b4e68e0e5e17da07c8672944e /tests/notification
parent98db63e8ccf7effd4213f3ef2b1152c5f6ef6295 (diff)
downloadforums-e2bc6c8024eed988ba833ec062b9e856a77ff661.tar
forums-e2bc6c8024eed988ba833ec062b9e856a77ff661.tar.gz
forums-e2bc6c8024eed988ba833ec062b9e856a77ff661.tar.bz2
forums-e2bc6c8024eed988ba833ec062b9e856a77ff661.tar.xz
forums-e2bc6c8024eed988ba833ec062b9e856a77ff661.zip
[ticket/13828] Renamed testing doubles to avoid PHP7 keywords
PHPBB3-13828
Diffstat (limited to 'tests/notification')
-rw-r--r--tests/notification/submit_post_type_topic_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/submit_post_type_topic_test.php b/tests/notification/submit_post_type_topic_test.php
index c095fbc4ba..f14f305517 100644
--- a/tests/notification/submit_post_type_topic_test.php
+++ b/tests/notification/submit_post_type_topic_test.php
@@ -42,7 +42,7 @@ class phpbb_notification_submit_post_type_topic_test extends phpbb_notification_
),
)));
- $phpbb_log = $this->getMock('\phpbb\log\null');
+ $phpbb_log = $this->getMock('\phpbb\log\dummy');
}
/**