aboutsummaryrefslogtreecommitdiffstats
path: root/tests/email/email_parsing_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/email/email_parsing_test.php')
-rw-r--r--tests/email/email_parsing_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/email/email_parsing_test.php b/tests/email/email_parsing_test.php
index 182517a039..629df9abb6 100644
--- a/tests/email/email_parsing_test.php
+++ b/tests/email/email_parsing_test.php
@@ -19,7 +19,7 @@ class phpbb_email_parsing_test extends phpbb_test_case
/** @var \ReflectionProperty */
protected $reflection_template_property;
- public function setUp()
+ public function setUp(): void
{
global $phpbb_container, $config, $phpbb_root_path, $phpEx, $request, $user;