aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/submit_post_type_topic_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notification/submit_post_type_topic_test.php')
-rw-r--r--tests/notification/submit_post_type_topic_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/notification/submit_post_type_topic_test.php b/tests/notification/submit_post_type_topic_test.php
index f14f305517..070b2fa21e 100644
--- a/tests/notification/submit_post_type_topic_test.php
+++ b/tests/notification/submit_post_type_topic_test.php
@@ -17,7 +17,7 @@ class phpbb_notification_submit_post_type_topic_test extends phpbb_notification_
{
protected $item_type = 'notification.type.topic';
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
@@ -42,7 +42,7 @@ class phpbb_notification_submit_post_type_topic_test extends phpbb_notification_
),
)));
- $phpbb_log = $this->getMock('\phpbb\log\dummy');
+ $phpbb_log = $this->createMock('\phpbb\log\dummy');
}
/**