aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-30 11:36:08 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-01-02 20:19:56 +0100
commitc6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf (patch)
treed1cc56f7b2bf096dbd8f971b0bbbfe4b95fe445d /tests/notification/submit_post_type_post_in_queue_test.php
parent[ticket/14948] Require PHP 7.1 and update dependencies (diff)
downloadphpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.tar.gz
phpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.tar.bz2
phpbb-c6cc6ba8d8f946eb60bb47c6ca26c49bb211e1bf.zip
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
Diffstat (limited to 'tests/notification/submit_post_type_post_in_queue_test.php')
-rw-r--r--tests/notification/submit_post_type_post_in_queue_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/submit_post_type_post_in_queue_test.php b/tests/notification/submit_post_type_post_in_queue_test.php
index 1390e92d96..bced0ea48c 100644
--- a/tests/notification/submit_post_type_post_in_queue_test.php
+++ b/tests/notification/submit_post_type_post_in_queue_test.php
@@ -17,7 +17,7 @@ class phpbb_notification_submit_post_type_post_in_queue_test extends phpbb_notif
{
protected $item_type = 'notification.type.post_in_queue';
- public function setUp()
+ public function setUp(): void
{
parent::setUp();